| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.apache.xerces.impl.xpath.XPath
Bare minimum XPath parser.
| Inner Class Summary | |
| static class | XPath.AxisAxis. | 
| static class | XPath.LocationPathA location path representation for an XPath expression. | 
| static class | XPath.NodeTestNode test. | 
| static class | XPath.StepA location path step comprised of an axis and node test. | 
| Field Summary | |
| protected  java.lang.String | fExpressionExpression. | 
| protected  XPath.LocationPath[] | fLocationPathsLocation paths. | 
| protected  SymbolTable | fSymbolTableSymbol table. | 
| Constructor Summary | |
| XPath(java.lang.String xpath,
      SymbolTable symbolTable,
      NamespaceContext context)Constructs an XPath object from the specified expression. | |
| Method Summary | |
|  XPath.LocationPath | getLocationPath()Returns a representation of the first location path for this XPath. | 
|  XPath.LocationPath[] | getLocationPaths()Returns a representation of all location paths for this XPath. | 
| static void | main(java.lang.String[] argv)Main program entry. | 
|  java.lang.String | toString()Returns a string representation of this object. | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Field Detail | 
protected java.lang.String fExpression
protected SymbolTable fSymbolTable
protected XPath.LocationPath[] fLocationPaths
| Constructor Detail | 
public XPath(java.lang.String xpath,
             SymbolTable symbolTable,
             NamespaceContext context)
      throws XPathException
| Method Detail | 
public XPath.LocationPath[] getLocationPaths()
public XPath.LocationPath getLocationPath()
public java.lang.String toString()
public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||