|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.apache.xerces.impl.xpath.XPath
public class XPath
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 |
|---|
protected String fExpression
protected SymbolTable fSymbolTable
protected XPath.LocationPath[] fLocationPaths
| Constructor Detail |
|---|
public XPath(String xpath,
SymbolTable symbolTable,
NamespaceContext context)
throws XPathException
XPathException| Method Detail |
|---|
public XPath.LocationPath[] getLocationPaths()
public XPath.LocationPath getLocationPath()
public String toString()
toString in class Object
public static void main(String[] argv)
throws Exception
Exception
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||