Uses of Interface
wt.util.xml.xpath.XPathCallback

Packages that use XPathCallback
com.ptc.core.util.xml.common   
wt.query.qml   
wt.util.xml.xpath   
wt.util.xml.xpath.xalan2   
 

Uses of XPathCallback in com.ptc.core.util.xml.common
 

Classes in com.ptc.core.util.xml.common that implement XPathCallback
(package private) static class XPaths.AbstractXPathsCallback
           
(package private) static class XPaths.booleanCallback
           
(package private) static class XPaths.DocumentFragmentCallback
           
(package private) static class XPaths.doubleCallback
           
(package private) static class XPaths.NodeListCallback
           
(package private) static class XPaths.StringCallback
           
 

Uses of XPathCallback in wt.query.qml
 

Classes in wt.query.qml that implement XPathCallback
(package private)  class ResultsXPathCallback
           
(package private)  class SingleNodeCallback
           
 

Uses of XPathCallback in wt.util.xml.xpath
 

Subinterfaces of XPathCallback in wt.util.xml.xpath
 interface XPathNICallback
          Extension of XPathCallback interface that provides NodeIterator-based callback
 

Classes in wt.util.xml.xpath that implement XPathCallback
 class AbstractXPathCallback
          Abstract implementation of XPathCallback that provides default empty implementations for each interface method.
 class NodeListCallback
          This class may be used as a simple callback to obtain a NodeList from a particular xpath.
 

Methods in wt.util.xml.xpath with parameters of type XPathCallback
 void XPath.evaluate(Node node_to_operate_on, XPathCallback callback)
          Evaluates the xpath relative to the specified node and invokes the callback method most appropriate for the located object.
 void XPath.evaluate(Node node_to_operate_on, XPathCallback callback)
          Evaluates the xpath relative to the specified node and invokes the callback method most appropriate for the located object.
 void XPath.evaluate(Node node_to_operate_on, XPathCallback callback)
          Evaluates the xpath relative to the specified node and invokes the callback method most appropriate for the located object.
 

Uses of XPathCallback in wt.util.xml.xpath.xalan2
 

Methods in wt.util.xml.xpath.xalan2 with parameters of type XPathCallback
 void XPathXalan2Impl.evaluate(Node node, XPathCallback callback)
           
 void XPathXalan2Impl.evaluate(Node node, XPathCallback callback)
           
 void XPathXalan2Impl.evaluate(Node node, XPathCallback callback)