Class Field.XPath
- java.lang.Object
-
- org.apache.xerces.impl.xpath.XPath
-
- org.apache.xerces.impl.xs.identity.Field.XPath
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.xerces.impl.xpath.XPath
XPath.Axis, XPath.LocationPath, XPath.NodeTest, XPath.Step
-
-
Field Summary
-
Fields inherited from class org.apache.xerces.impl.xpath.XPath
fExpression, fLocationPaths, fSymbolTable
-
-
Constructor Summary
Constructors Constructor Description XPath(java.lang.String xpath, SymbolTable symbolTable, org.apache.xerces.xni.NamespaceContext context)
Constructs a field XPath expression.
-
Method Summary
-
Methods inherited from class org.apache.xerces.impl.xpath.XPath
getLocationPath, getLocationPaths, main, toString
-
-
-
-
Constructor Detail
-
XPath
public XPath(java.lang.String xpath, SymbolTable symbolTable, org.apache.xerces.xni.NamespaceContext context) throws XPathException
Constructs a field XPath expression.- Throws:
XPathException
-
-