|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DVSLNode | |
org.apache.dvsl | |
org.apache.dvsl.dom4j |
Uses of DVSLNode in org.apache.dvsl |
Methods in org.apache.dvsl that return DVSLNode | |
DVSLNode |
DVSLNode.selectSingleNode(String xpath)
returns a single node that satisfies the xpath |
DVSLNode |
DVSLNode.get(String xpath)
|
Methods in org.apache.dvsl with parameters of type DVSLNode | |
String |
TransformTool.applyTemplates(DVSLNode node)
|
String |
TransformTool.applyTemplates(DVSLNode node,
String xpath)
|
Uses of DVSLNode in org.apache.dvsl.dom4j |
Classes in org.apache.dvsl.dom4j that implement DVSLNode | |
class |
Dom4jNodeImpl
wrapper class for dom4j nodes to implement the DVSLNode interface for template use |
Methods in org.apache.dvsl.dom4j that return DVSLNode | |
DVSLNode |
Dom4jNodeImpl.selectSingleNode(String xpath)
|
DVSLNode |
Dom4jNodeImpl.get(String xpath)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |