Package org.apache.xmlbeans.impl.xpath
Class XPathFactory
java.lang.Object
org.apache.xmlbeans.impl.xpath.XPathFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
compilePath
(String pathExpr, XmlOptions options) static String
compileQuery
(String queryExpr, XmlOptions options) static XmlCursor
cursorExecQuery
(Cur c, String queryExpr, XmlOptions options) static Path
getCompiledPath
(String pathExpr, XmlOptions options) static Path
getCompiledPath
(String pathExpr, XmlOptions options, String currentVar) static Path
static XQuery
getCompiledQuery
(String queryExpr, XmlOptions options) static XmlObject[]
objectExecQuery
(Cur c, String queryExpr, XmlOptions options)
-
Constructor Details
-
XPathFactory
public XPathFactory()
-
-
Method Details
-
getCompiledPath
-
getCompiledPath
-
getCompiledPathSaxon
-
compilePath
-
objectExecQuery
-
cursorExecQuery
-
getCompiledQuery
-
compileQuery
-