|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 |
getName, getNodeType, getOwnerSchema, getRefLocalname, isNodeType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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()
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |