InfoZoneTools API

org.infozone.tools.xml.queries
Class XPathQueryFactory

java.lang.Object
  |
  +--org.infozone.tools.xml.queries.XPathQueryFactory
Direct Known Subclasses:
XPathQueryFactoryImpl, XPathQueryFactoryImpl

public abstract class XPathQueryFactory
extends java.lang.Object

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

Constructor Summary
XPathQueryFactory()
           
 
Method Summary
static XPathQueryFactory newInstance()
           
abstract  XPathQuery newXPathQuery()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathQueryFactory

public XPathQueryFactory()
Method Detail

newInstance

public static XPathQueryFactory newInstance()

newXPathQuery

public abstract XPathQuery newXPathQuery()
                                  throws XPathQueryConfigurationException
XPathQueryConfigurationException

InfoZoneTools API