|
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.NodeTest
Node test.
Field Summary | |
QName |
name
Node qualified name. |
static short |
NAMESPACE
Type: namespace |
static short |
NODE
Type: node. |
static short |
QNAME
Type: qualified name. |
short |
type
Node test type. |
static short |
WILDCARD
Type: wildcard. |
Constructor Summary | |
XPath.NodeTest(QName name)
Constructs a node test of type QName. |
|
XPath.NodeTest(short type)
Constructs a node test of type WILDCARD or NODE. |
|
XPath.NodeTest(String prefix,
String uri)
Constructs a node test of type Namespace. |
|
XPath.NodeTest(XPath.NodeTest nodeTest)
Copy constructor. |
Method Summary | |
Object |
clone()
Returns a clone of this object. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final QName name
public static final short NAMESPACE
public static final short NODE
public static final short QNAME
public short type
public static final short WILDCARD
Constructor Detail |
public XPath.NodeTest(QName name)
public XPath.NodeTest(short type)
public XPath.NodeTest(String prefix, String uri)
public XPath.NodeTest(XPath.NodeTest nodeTest)
Method Detail |
public Object clone()
public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |