public class XPathFactory extends Object
Constructor and Description |
---|
XPathFactory() |
Modifier and Type | Method and Description |
---|---|
static 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 |
getCompiledPathSaxon(String pathExpr,
String currentVar,
Map<String,String> namespaces) |
static XQuery |
getCompiledQuery(String queryExpr,
XmlOptions options) |
static XmlObject[] |
objectExecQuery(Cur c,
String queryExpr,
XmlOptions options) |
public static Path getCompiledPath(String pathExpr, XmlOptions options)
public static Path getCompiledPath(String pathExpr, XmlOptions options, String currentVar)
public static Path getCompiledPathSaxon(String pathExpr, String currentVar, Map<String,String> namespaces)
public static String compilePath(String pathExpr, XmlOptions options)
public static XmlObject[] objectExecQuery(Cur c, String queryExpr, XmlOptions options)
public static XmlCursor cursorExecQuery(Cur c, String queryExpr, XmlOptions options)
public static XQuery getCompiledQuery(String queryExpr, XmlOptions options)
public static String compileQuery(String queryExpr, XmlOptions options)