|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.util.xml.xpath.AbstractXPathCallback
Abstract implementation of XPathCallback that provides default empty implementations for each interface method.
Some might want to refer to this as an XPathCallbackAdapter a la WindowAdapter.
Supported API: false
Extendable: false
XPathCallback
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Constructor Summary | |
AbstractXPathCallback()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public AbstractXPathCallback()
Method Detail |
public void process(double value)
process
in interface XPathCallback
value
- public void process(String value)
process
in interface XPathCallback
value
- public void process(boolean value)
process
in interface XPathCallback
value
- public void process(DocumentFragment value)
process
in interface XPathCallback
value
- public void process(NodeList value)
process
in interface XPathCallback
value
- public void processNotFound()
processNotFound
in interface XPathCallback
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |