|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface bearing a method for each type of result located by an XPath.
XPath implementations are responsible for invoking the appropriate method.
Supported API: false
Extendable: false
XPath
Method Summary | |
void |
process(boolean value)
To be invoked by the XPath implementation when the value specified in the XPath expression can be interpreted as a boolean. |
void |
process(DocumentFragment value)
To be invoked by the XPath implementation when the value specified in the XPath expression should be interpreted as a DocumentFragment. |
void |
process(double value)
To be invoked by the XPath implementation when the value specified in the XPath expression can be interpreted as a double. |
void |
process(NodeList value)
To be invoked by the XPath implementation when the value specified in the XPath expression can only be interpreted as a list of nodes. |
void |
process(String value)
To be invoked by the XPath implementation when the value specified in the XPath expression can be interpreted as a String. |
void |
processNotFound()
To be invoked by the XPath implementation when the XPath expression does not match any XML construct. |
Method Detail |
public void process(double value)
value
- public void process(String value)
value
- public void process(boolean value)
value
- public void process(DocumentFragment value)
value
- public void process(NodeList value)
value
- public void processNotFound()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |