Package org.apache.xmlbeans.impl.xpath
Class XPathFactory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xpath.XPathFactory
-
public class XPathFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description XPathFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcompilePath(String pathExpr, XmlOptions options)static StringcompileQuery(String queryExpr, XmlOptions options)static XmlCursorcursorExecQuery(Cur c, String queryExpr, XmlOptions options)static PathgetCompiledPath(String pathExpr, XmlOptions options)static PathgetCompiledPath(String pathExpr, XmlOptions options, String currentVar)static PathgetCompiledPathSaxon(String pathExpr, String currentVar, Map<String,String> namespaces)static XQuerygetCompiledQuery(String queryExpr, XmlOptions options)static XmlObject[]objectExecQuery(Cur c, String queryExpr, XmlOptions options)
-
-
-
Method Detail
-
getCompiledPath
public static Path getCompiledPath(String pathExpr, XmlOptions options)
-
getCompiledPath
public static Path getCompiledPath(String pathExpr, XmlOptions options, String currentVar)
-
getCompiledPathSaxon
public static Path getCompiledPathSaxon(String pathExpr, String currentVar, Map<String,String> namespaces)
-
compilePath
public static String compilePath(String pathExpr, XmlOptions options)
-
objectExecQuery
public static XmlObject[] objectExecQuery(Cur c, String queryExpr, XmlOptions options)
-
cursorExecQuery
public static XmlCursor cursorExecQuery(Cur c, String queryExpr, XmlOptions options)
-
getCompiledQuery
public static XQuery getCompiledQuery(String queryExpr, XmlOptions options)
-
compileQuery
public static String compileQuery(String queryExpr, XmlOptions options)
-
-