Package org.apache.xmlbeans.impl.xpath
Class XPath
java.lang.Object
org.apache.xmlbeans.impl.xpath.XPath
public class XPath extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XPath.XPathCompileException
-
Field Summary
Fields Modifier and Type Field Description static String
_DEFAULT_ELT_NS
static String
_NS_BOUNDARY
-
Method Summary
Modifier and Type Method Description static XPath
compileXPath(String xpath)
static XPath
compileXPath(String xpath, String currentNodeVar)
static XPath
compileXPath(String xpath, String currentNodeVar, Map<String,String> namespaces)
static XPath
compileXPath(String xpath, Map<String,String> namespaces)
boolean
sawDeepDot()
-
Field Details
-
_NS_BOUNDARY
- See Also:
- Constant Field Values
-
_DEFAULT_ELT_NS
- See Also:
- Constant Field Values
-
-
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()
-