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