Package org.apache.xmlbeans.impl.xpath
Class XPath
java.lang.Object
org.apache.xmlbeans.impl.xpath.XPath
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic XPath
compileXPath
(String xpath) static XPath
compileXPath
(String xpath, String currentNodeVar) static XPath
static XPath
compileXPath
(String xpath, Map<String, String> namespaces) boolean
-
Field Details
-
_NS_BOUNDARY
- See Also:
-
_DEFAULT_ELT_NS
- See Also:
-
-
Method Details
-
compileXPath
- Throws:
XPath.XPathCompileException
-
compileXPath
public static XPath compileXPath(String xpath, String currentNodeVar) throws XPath.XPathCompileException - Throws:
XPath.XPathCompileException
-
compileXPath
public static XPath compileXPath(String xpath, Map<String, String> namespaces) throws XPath.XPathCompileException- Throws:
XPath.XPathCompileException
-
compileXPath
public static XPath compileXPath(String xpath, String currentNodeVar, Map<String, String> namespaces) throws XPath.XPathCompileException- Throws:
XPath.XPathCompileException
-
sawDeepDot
public boolean sawDeepDot()
-