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

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

public static class Selector.XPath
extends XPath

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
 
Constructor Summary
Selector.XPath(java.lang.String xpath, SymbolTable symbolTable, NamespaceContext context)
          Constructs a selector 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

Selector.XPath

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

Throws:
XPathException