InfoZoneTools API

org.infozone.tools.xml.queries.xt
Class XPathQueryFactoryImpl

java.lang.Object
  |
  +--org.infozone.tools.xml.queries.XPathQueryFactory
        |
        +--org.infozone.tools.xml.queries.xt.XPathQueryFactoryImpl

public final class XPathQueryFactoryImpl
extends XPathQueryFactory

Version:
$Revision: 1.1 $ $Date: 2000/11/16 18:13:16 $
Author:
SMB
See Also:
XPathQuery

Constructor Summary
XPathQueryFactoryImpl()
           
 
Method Summary
 XPathQuery newXPathQuery()
           
 
Methods inherited from class org.infozone.tools.xml.queries.XPathQueryFactory
newInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathQueryFactoryImpl

public XPathQueryFactoryImpl()
Method Detail

newXPathQuery

public XPathQuery newXPathQuery()
                         throws XPathQueryConfigurationException
Specified by:
newXPathQuery in class XPathQueryFactory
XPathQueryConfigurationException

InfoZoneTools API