| 
 | 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.Axis
public static class XPath.Axis
Axis.
| Field Summary | |
|---|---|
| static short | ATTRIBUTEType: attribute. | 
| static short | CHILDType: child. | 
| static short | DESCENDANTType: descendant. | 
| static short | SELFType: self. | 
|  short | typeAxis 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 | 
|---|
public static final short CHILD
public static final short ATTRIBUTE
public static final short SELF
public static final short DESCENDANT
public short type
| Constructor Detail | 
|---|
public XPath.Axis(short type)
protected XPath.Axis(XPath.Axis axis)
| Method Detail | 
|---|
public String toString()
toString in class Objectpublic Object clone()
clone in class Object| 
 | 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 | |||||||||