| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.xml.parser.schema.XSDNode
Root class for most of XSD classes. Contains fields and methods corresponding to XMLSchema definition attributes
| Field Summary | 
| Method Summary | |
|  boolean | equals(java.lang.Object o) | 
|  java.lang.String | getName()Get the name of the node | 
|  int | getNodeType()Get the type of XSDNode. | 
|  java.lang.String | getRefLocalname() | 
|  java.lang.String | getTargetNS()Get target namespace | 
|  int | hashCode() | 
|  boolean | isNodeType(int type)Checks if the node is of the give type | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public int getNodeType()
public boolean isNodeType(int type)
type -public java.lang.String getName()
public java.lang.String getRefLocalname()
public java.lang.String getTargetNS()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||