Package org.apache.xmlbeans.impl.store
Class Path
- java.lang.Object
-
- org.apache.xmlbeans.impl.store.Path
-
public abstract class Path extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_forceXqrl2002ForXpathXQuerystatic java.lang.String_useDelegateForXpathstatic java.lang.String_useXbeanForXpathstatic java.lang.String_useXdkForXpathstatic java.lang.String_useXqrlForXpathstatic java.lang.StringPATH_DELEGATE_INTERFACE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcompilePath(java.lang.String pathExpr, XmlOptions options)static PathgetCompiledPath(java.lang.String pathExpr, XmlOptions options)
-
-
-
Field Detail
-
PATH_DELEGATE_INTERFACE
public static final java.lang.String PATH_DELEGATE_INTERFACE
- See Also:
- Constant Field Values
-
_useDelegateForXpath
public static java.lang.String _useDelegateForXpath
-
_useXdkForXpath
public static java.lang.String _useXdkForXpath
-
_useXqrlForXpath
public static java.lang.String _useXqrlForXpath
-
_useXbeanForXpath
public static java.lang.String _useXbeanForXpath
-
_forceXqrl2002ForXpathXQuery
public static java.lang.String _forceXqrl2002ForXpathXQuery
-
-
Method Detail
-
getCompiledPath
public static Path getCompiledPath(java.lang.String pathExpr, XmlOptions options)
-
compilePath
public static java.lang.String compilePath(java.lang.String pathExpr, XmlOptions options)
-
-