Package org.xmldb.common.xml.queries
Class XPathQueryFactory
- java.lang.Object
-
- org.xmldb.common.xml.queries.XPathQueryFactory
-
- Direct Known Subclasses:
XPathQueryFactoryImpl
public abstract class XPathQueryFactory extends java.lang.Object
- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
XPathQuery
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FACTORY_KEY
-
Constructor Summary
Constructors Constructor Description XPathQueryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static XPathQueryFactory
newInstance()
abstract XPathQuery
newXPathQuery()
-
-
-
Field Detail
-
FACTORY_KEY
public static final java.lang.String FACTORY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
public static XPathQueryFactory newInstance()
-
newXPathQuery
public abstract XPathQuery newXPathQuery() throws XPathQueryConfigurationException
- Throws:
XPathQueryConfigurationException
-
-