TemplateModel
NodeListModel
, NodeModel
public 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
TemplateModelException
TemplateSequenceModel getChildNodes() throws TemplateModelException
TemplateModelException
java.lang.String getNodeName() throws TemplateModelException
TemplateModelException
java.lang.String getNodeType() throws TemplateModelException
TemplateModelException
java.lang.String getNodeNamespace() throws TemplateModelException
TemplateModelException