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