Uses of Interface
com.japisoft.xpath.XPathResolver

Packages that use XPathResolver
com.japisoft.xpath   
 

Uses of XPathResolver in com.japisoft.xpath
 

Classes in com.japisoft.xpath that implement XPathResolver
 class DebugXPathResolver
          Text resolver for showing parsing events
 class TreeXPathResolver
          Resolver for building a tree
 

Methods in com.japisoft.xpath with parameters of type XPathResolver
 void XPathParser.setXPathResolver(XPathResolver resolver)