Class XPathQueryFactoryImpl
- java.lang.Object
-
- org.xmldb.common.xml.queries.XPathQueryFactory
-
- org.xmldb.common.xml.queries.xalan2.XPathQueryFactoryImpl
-
public final class XPathQueryFactoryImpl extends XPathQueryFactory
- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
XPathQuery
-
-
Field Summary
-
Fields inherited from class org.xmldb.common.xml.queries.XPathQueryFactory
FACTORY_KEY
-
-
Constructor Summary
Constructors Constructor Description XPathQueryFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XPathQuery
newXPathQuery()
-
Methods inherited from class org.xmldb.common.xml.queries.XPathQueryFactory
newInstance
-
-
-
-
Method Detail
-
newXPathQuery
public XPathQuery newXPathQuery() throws XPathQueryConfigurationException
- Specified by:
newXPathQuery
in classXPathQueryFactory
- Throws:
XPathQueryConfigurationException
-
-