|
|||||||||
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 | |
oracle.xml.parser.schema.XSDAnnotation |
getAnnotation() Get annotation node of this component for types: XSDElement, XSDAttribute, XSDGroup, XSDAttrGroup, XSDComplexType, XSDSimipleType, and XMLSchemaNode |
java.lang.String |
getName() Get the name of the node |
java.lang.String |
getNamespaceURI() |
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 oracle.xml.parser.schema.XSDAnnotation getAnnotation()
public java.lang.String getNamespaceURI()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.