|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.xml.parser.schema.XSDNode
Root class for most of XSD classes. Contains fields and methods corresponding to XMLSchema definition attributes
Method Summary |
Type | Method |
---|---|
java.lang.String |
getName()
Get the name of the node |
java.lang.String |
getNamespaceURI()
Get namespace uri for psv |
int |
getNodeType()
Get the type of XSDNode. |
java.lang.String |
getTargetNS()
Get target namespace |
boolean |
isNodeType(int type)
Checks if the node is of the give type |
Method Detail |
public int getNodeType()
public boolean isNodeType(int type)
type
- public java.lang.String getName()
public java.lang.String getTargetNS()
public java.lang.String getNamespaceURI()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |