TemplateModelNodeListModel, NodeModelpublic interface TemplateNodeModel extends TemplateModel
See the XML Processing Guide for a concrete application.
NOTHING| Modifier and Type | Method | Description |
|---|---|---|
TemplateSequenceModel |
getChildNodes() |
|
java.lang.String |
getNodeName() |
|
java.lang.String |
getNodeNamespace() |
|
java.lang.String |
getNodeType() |
|
TemplateNodeModel |
getParentNode() |
TemplateNodeModel getParentNode() throws TemplateModelException
TemplateModelExceptionTemplateSequenceModel getChildNodes() throws TemplateModelException
TemplateModelExceptionjava.lang.String getNodeName()
throws TemplateModelException
TemplateModelExceptionjava.lang.String getNodeType()
throws TemplateModelException
TemplateModelExceptionjava.lang.String getNodeNamespace()
throws TemplateModelException
TemplateModelException