com.smallx.xml.xpath.subset
Class XPathSubsetFactory

java.lang.Object
  extended bycom.smallx.xml.xpath.subset.XPathSubsetFactory
All Implemented Interfaces:
XPathFactory

public class XPathSubsetFactory
extends java.lang.Object
implements XPathFactory


Constructor Summary
XPathSubsetFactory()
           
 
Method Summary
 XPathCompiler newCompiler()
           
 XPathCompiler newCompiler(StaticContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathSubsetFactory

public XPathSubsetFactory()
Method Detail

newCompiler

public XPathCompiler newCompiler()
Specified by:
newCompiler in interface XPathFactory

newCompiler

public XPathCompiler newCompiler(StaticContext context)
Specified by:
newCompiler in interface XPathFactory