org.apache.xerces.impl.xs.identity
Class Field.XPath

java.lang.Object
  extended by org.apache.xerces.impl.xpath.XPath
      extended by org.apache.xerces.impl.xs.identity.Field.XPath
Enclosing class:
Field

public static class Field.XPath
extends XPath

Field XPath.

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
 
Constructor Summary
Field.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a field XPath expression.
 
Method Summary
 
Methods inherited from class org.apache.xerces.impl.xpath.XPath
getLocationPath, getLocationPaths, main, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Field.XPath

public Field.XPath(java.lang.String xpath,
                   SymbolTable symbolTable,
                   NamespaceContext context)
            throws XPathException
Constructs a field XPath expression.

Throws:
XPathException