|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface of the XPath processor in Cocoon.
Field Summary | |
static java.lang.String |
ROLE
Deprecated. The role implemented by an XSLTProcessor . |
Method Summary | |
org.w3c.dom.NodeList |
selectNodeList(org.w3c.dom.Node contextNode,
java.lang.String str)
Deprecated. Use an XPath string to select a nodelist. |
org.w3c.dom.Node |
selectSingleNode(org.w3c.dom.Node contextNode,
java.lang.String str)
Deprecated. Use an XPath string to select a single node. |
Field Detail |
public static final java.lang.String ROLE
XSLTProcessor
.
Method Detail |
public org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node contextNode, java.lang.String str)
contextNode
- The node to start searching from.str
- A valid XPath string.
public org.w3c.dom.NodeList selectNodeList(org.w3c.dom.Node contextNode, java.lang.String str)
contextNode
- The node to start searching from.str
- A valid XPath string.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |