|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.parser.schema.XSDNode | +--oracle.xml.parser.schema.XMLSchemaNode
This class represents schema components in a target namespace, including type definitions, element and attribute delcarations, group and attribute group definitions.
Field Summary |
Constructor Summary | |
XMLSchemaNode()
XNLSchema constructor. |
Method Summary | |
XSDAttribute[] |
getAttributeDeclarations()
Get all the top level attributes in the schema |
XSDNode[] |
getAttributeSet()
Deprecated. - use getAttributeDeclarations |
XSDNode[] |
getComplexTypeSet()
Get all the top level complex type elements in the schema |
java.util.Hashtable |
getComplexTypeTable()
Deprecated. |
XSDNode[] |
getElementSet()
Get all the top level elements in the schema |
XSDNode[] |
getSimpleTypeSet()
Get all the top level simpleType elements in the schema |
java.util.Hashtable |
getSimpleTypeTable()
Deprecated. |
java.lang.String |
getTargetNS()
Get targetNS of the schema |
java.util.Hashtable |
getTypeDefinitionTable()
Get the type definitions |
Methods inherited from class oracle.xml.parser.schema.XSDNode |
equals, getName, getNodeType, getRefLocalname, hashCode, isNodeType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLSchemaNode()
Method Detail |
public java.util.Hashtable getTypeDefinitionTable()
public java.util.Hashtable getSimpleTypeTable()
public java.util.Hashtable getComplexTypeTable()
public java.lang.String getTargetNS()
getTargetNS
in class XSDNode
public XSDNode[] getElementSet()
public XSDNode[] getAttributeSet()
public XSDAttribute[] getAttributeDeclarations()
public XSDNode[] getComplexTypeSet()
public XSDNode[] getSimpleTypeSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |