Uses of Interface
com.smallx.xml.xpath.XPathCompiler

Packages that use XPathCompiler
com.smallx.xml.xpath   
com.smallx.xml.xpath.subset   
com.smallx.xml.xslt.xt.xpath   
 

Uses of XPathCompiler in com.smallx.xml.xpath
 

Methods in com.smallx.xml.xpath that return XPathCompiler
 XPathCompiler XPathFactory.newCompiler()
           
 XPathCompiler XPathFactory.newCompiler(StaticContext context)
           
 

Uses of XPathCompiler in com.smallx.xml.xpath.subset
 

Methods in com.smallx.xml.xpath.subset that return XPathCompiler
 XPathCompiler XPathSubsetFactory.newCompiler()
           
 XPathCompiler XPathSubsetFactory.newCompiler(StaticContext context)
           
 

Uses of XPathCompiler in com.smallx.xml.xslt.xt.xpath
 

Classes in com.smallx.xml.xslt.xt.xpath that implement XPathCompiler
 class FullXPathDocumentCompiler