public interface TemplateNodeModelEx extends TemplateNodeModel
TemplateNodeModel that supports navigating to the previous and next sibling nodes.NOTHING| Modifier and Type | Method and Description |
|---|---|
TemplateNodeModelEx |
getNextSibling() |
TemplateNodeModelEx |
getPreviousSibling() |
getChildNodes, getNodeName, getNodeNamespace, getNodeType, getParentNodeTemplateNodeModelEx getPreviousSibling() throws TemplateModelException
null if there's no such node.TemplateModelExceptionTemplateNodeModelEx getNextSibling() throws TemplateModelException
null if there's no such node.TemplateModelException