wt.query.qml
Class ResultsXPathCallback
java.lang.Object
wt.util.xml.xpath.AbstractXPathCallback
wt.query.qml.ResultsXPathCallback
- All Implemented Interfaces:
- XPathCallback
- class ResultsXPathCallback
- extends AbstractXPathCallback
Method Summary |
Node |
getResult()
|
NodeList |
getResults()
|
void |
process(NodeList a_list)
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 |
processNotFound()
To be invoked by the XPath implementation when the XPath expression
does not match any XML construct. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
results
private NodeList results
ResultsXPathCallback
ResultsXPathCallback()
getResults
public NodeList getResults()
getResult
public Node getResult()
process
public void process(NodeList a_list)
- Description copied from class:
AbstractXPathCallback
- To be invoked by the XPath implementation when the value specified
in the XPath expression can only be interpreted as a list of nodes.
Supported API: false
- Specified by:
process
in interface XPathCallback
- Overrides:
process
in class AbstractXPathCallback
- Parameters:
a_list
-
processNotFound
public void processNotFound()
- Description copied from class:
AbstractXPathCallback
- To be invoked by the XPath implementation when the XPath expression
does not match any XML construct.
Supported API: false
- Specified by:
processNotFound
in interface XPathCallback
- Overrides:
processNotFound
in class AbstractXPathCallback