public static class FreeMarkerEngine.FreeMarkerTreeModel extends FreeMarkerEngine.FreeMarkerAbstractModel implements freemarker.template.TemplateNodeModel
node| Modifier | Constructor and Description |
|---|---|
protected |
FreeMarkerTreeModel(io.datatree.Tree node) |
| Modifier and Type | Method and Description |
|---|---|
freemarker.template.TemplateSequenceModel |
getChildNodes() |
java.lang.String |
getNodeName() |
java.lang.String |
getNodeNamespace() |
java.lang.String |
getNodeType() |
freemarker.template.TemplateNodeModel |
getParentNode() |
get, isEmpty, nodeToModelpublic java.lang.String getNodeNamespace()
throws freemarker.template.TemplateModelException
getNodeNamespace in interface freemarker.template.TemplateNodeModelfreemarker.template.TemplateModelExceptionpublic java.lang.String getNodeName()
throws freemarker.template.TemplateModelException
getNodeName in interface freemarker.template.TemplateNodeModelfreemarker.template.TemplateModelExceptionpublic java.lang.String getNodeType()
throws freemarker.template.TemplateModelException
getNodeType in interface freemarker.template.TemplateNodeModelfreemarker.template.TemplateModelExceptionpublic freemarker.template.TemplateNodeModel getParentNode()
throws freemarker.template.TemplateModelException
getParentNode in interface freemarker.template.TemplateNodeModelfreemarker.template.TemplateModelExceptionpublic freemarker.template.TemplateSequenceModel getChildNodes()
throws freemarker.template.TemplateModelException
getChildNodes in interface freemarker.template.TemplateNodeModelfreemarker.template.TemplateModelException