BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

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

public static class XPath.Axis
extends Object
implements Cloneable

Axis.


Field Summary
static short ATTRIBUTE
          Type: attribute.
static short CHILD
          Type: child.
static short DESCENDANT
          Type: descendant.
static short SELF
          Type: self.
 short type
          Axis type.
 
Constructor Summary
  XPath.Axis(short type)
          Constructs an axis with the specified type.
protected XPath.Axis(XPath.Axis axis)
          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

ATTRIBUTE

public static final short ATTRIBUTE
Type: attribute.

See Also:
Constant Field Values

CHILD

public static final short CHILD
Type: child.

See Also:
Constant Field Values

DESCENDANT

public static final short DESCENDANT
Type: descendant.

See Also:
Constant Field Values

SELF

public static final short SELF
Type: self.

See Also:
Constant Field Values

type

public short type
Axis type.

Constructor Detail

XPath.Axis

public XPath.Axis(short type)
Constructs an axis with the specified type.


XPath.Axis

protected XPath.Axis(XPath.Axis axis)
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.