|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-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
oracle.xml.parser.schema.XMLSchemaNode
public class 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. |
XSDElement |
getElement(java.lang.String nm)Get Element schema component given local name |
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 XSDNodepublic XSDElement getElement(java.lang.String nm)
nm - - local namepublic XSDNode[] getElementSet()
public XSDNode[] getAttributeSet()
public XSDAttribute[] getAttributeDeclarations()
public XSDNode[] getComplexTypeSet()
public XSDNode[] getSimpleTypeSet()
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||