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
_forceXqrl2002ForXpathXQuery
static java.lang.String
_useDelegateForXpath
static java.lang.String
_useXbeanForXpath
static java.lang.String
_useXdkForXpath
static java.lang.String
_useXqrlForXpath
static java.lang.String
PATH_DELEGATE_INTERFACE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
compilePath(java.lang.String pathExpr, XmlOptions options)
static Path
getCompiledPath(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)
-
-