Class Selector.XPath
java.lang.Object
org.apache.xerces.impl.xpath.XPath
org.apache.xerces.impl.xs.identity.Selector.XPath
- Enclosing class:
Selector
Schema identity constraint selector XPath expression.
- Version:
- $Id: Selector.java 572110 2007-09-02 19:04:44Z mrglavas $
- Author:
- Andy Clark, IBM
-
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
ConstructorsConstructorDescriptionXPath
(String xpath, SymbolTable symbolTable, org.apache.xerces.xni.NamespaceContext context) Constructs a selector XPath expression. -
Method Summary
Methods inherited from class org.apache.xerces.impl.xpath.XPath
getLocationPath, getLocationPaths, main, toString
-
Constructor Details
-
XPath
public XPath(String xpath, SymbolTable symbolTable, org.apache.xerces.xni.NamespaceContext context) throws XPathException Constructs a selector XPath expression.- Throws:
XPathException
-