Package org.apache.xmlbeans.impl.xpath
Class XPath
- java.lang.Object
-
- org.apache.xmlbeans.impl.xpath.XPath
-
public class XPath extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXPath.XPathCompileException
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_DEFAULT_ELT_NSstatic java.lang.String_NS_BOUNDARY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XPathcompileXPath(java.lang.String xpath)static XPathcompileXPath(java.lang.String xpath, java.lang.String currentNodeVar)static XPathcompileXPath(java.lang.String xpath, java.lang.String currentNodeVar, java.util.Map<java.lang.String,java.lang.String> namespaces)static XPathcompileXPath(java.lang.String xpath, java.util.Map<java.lang.String,java.lang.String> namespaces)booleansawDeepDot()
-
-
-
Field Detail
-
_NS_BOUNDARY
public static final java.lang.String _NS_BOUNDARY
- See Also:
- Constant Field Values
-
_DEFAULT_ELT_NS
public static final java.lang.String _DEFAULT_ELT_NS
- See Also:
- Constant Field Values
-
-
Method Detail
-
compileXPath
public static XPath compileXPath(java.lang.String xpath) throws XPath.XPathCompileException
- Throws:
XPath.XPathCompileException
-
compileXPath
public static XPath compileXPath(java.lang.String xpath, java.lang.String currentNodeVar) throws XPath.XPathCompileException
- Throws:
XPath.XPathCompileException
-
compileXPath
public static XPath compileXPath(java.lang.String xpath, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPath.XPathCompileException
- Throws:
XPath.XPathCompileException
-
compileXPath
public static XPath compileXPath(java.lang.String xpath, java.lang.String currentNodeVar, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPath.XPathCompileException
- Throws:
XPath.XPathCompileException
-
sawDeepDot
public boolean sawDeepDot()
-
-