BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl.xpath
Class XPath

java.lang.Object
  extended byweblogic.apache.xerces.impl.xpath.XPath

Deprecated. please use JDK supplied XML parsers and transformers

public class XPath
extends Object

Bare minimum XPath parser.


Nested Class Summary
static class XPath.Axis
          Deprecated. Axis.
static class XPath.LocationPath
          Deprecated. A location path representation for an XPath expression.
static class XPath.NodeTest
          Deprecated. Node test.
static class XPath.Step
          Deprecated. A location path step comprised of an axis and node test.
 
Field Summary
protected  String fExpression
          Deprecated. Expression.
protected  XPath.LocationPath[] fLocationPaths
          Deprecated. Location paths.
protected  SymbolTable fSymbolTable
          Deprecated. Symbol table.
 
Constructor Summary
XPath(String xpath, SymbolTable symbolTable, NamespaceContext context)
          Deprecated. Constructs an XPath object from the specified expression.
 
Method Summary
 XPath.LocationPath getLocationPath()
          Deprecated. Returns a representation of the first location path for this XPath.
 XPath.LocationPath[] getLocationPaths()
          Deprecated. Returns a representation of all location paths for this XPath.
static void main(String[] argv)
          Deprecated. Main program entry.
 String toString()
          Deprecated. 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

fExpression

protected String fExpression
Deprecated. 
Expression.


fLocationPaths

protected XPath.LocationPath[] fLocationPaths
Deprecated. 
Location paths.


fSymbolTable

protected SymbolTable fSymbolTable
Deprecated. 
Symbol table.

Constructor Detail

XPath

public XPath(String xpath,
             SymbolTable symbolTable,
             NamespaceContext context)
      throws XPathException
Deprecated. 
Constructs an XPath object from the specified expression.

Method Detail

getLocationPath

public XPath.LocationPath getLocationPath()
Deprecated. 
Returns a representation of the first location path for this XPath.


getLocationPaths

public XPath.LocationPath[] getLocationPaths()
Deprecated. 
Returns a representation of all location paths for this XPath. XPath = locationPath ( '|' locationPath)


main

public static void main(String[] argv)
                 throws Exception
Deprecated. 
Main program entry.

Throws:
Exception

toString

public String toString()
Deprecated. 
Returns a string representation of this object.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.