BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.impl.xpath
Class XPath.NodeTest

java.lang.Object
  extended byweblogic.apache.xerces.impl.xpath.XPath.NodeTest
All Implemented Interfaces:
Cloneable
Enclosing class:
XPath

public static class XPath.NodeTest
extends Object
implements Cloneable

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

name

public final QName name
Node qualified name.


NAMESPACE

public static final short NAMESPACE
Type: namespace

See Also:
Constant Field Values

NODE

public static final short NODE
Type: node.

See Also:
Constant Field Values

QNAME

public static final short QNAME
Type: qualified name.

See Also:
Constant Field Values

type

public short type
Node test type.


WILDCARD

public static final short WILDCARD
Type: wildcard.

See Also:
Constant Field Values
Constructor Detail

XPath.NodeTest

public XPath.NodeTest(QName name)
Constructs a node test of type QName.


XPath.NodeTest

public XPath.NodeTest(short type)
Constructs a node test of type WILDCARD or NODE.


XPath.NodeTest

public XPath.NodeTest(String prefix,
                      String uri)
Constructs a node test of type Namespace.


XPath.NodeTest

public XPath.NodeTest(XPath.NodeTest nodeTest)
Copy constructor.

Method Detail

clone

public Object clone()
Returns a clone of this object.


toString

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


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