Package wt.util.xml.xpath

Interface Summary
XPath Abstraction for holding and evaluating XPaths into XML documents.
XPathCallback Interface bearing a method for each type of result located by an XPath.
XPathNI Extension to basic XPath interface which provides extra capabilities in the area of NodeIterators (see methods).
XPathNICallback Extension of XPathCallback interface that provides NodeIterator-based callback
 

Class Summary
AbstractXPathCallback Abstract implementation of XPathCallback that provides default empty implementations for each interface method.
NodeListCallback This class may be used as a simple callback to obtain a NodeList from a particular xpath.
XPathFactory Abstract factory interface for manufacturing XPath implementations.
 

Exception Summary
FactoryCreationException Thrown for failures during dynamic XPathFactory creation.
XPathException Generic exception for XPath related failures.