|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.xml.parser.schema.XSDNode | +--oracle.xml.parser.schema.XMLSchemaNode
XMLSchemaNode class. Sets top-level XMLSchema document declarations & definitions plus schema location and schema target namespace. XMLSchema objects are created by XSDBuilder as a result of processing XMLSchema documents.
Constructor Summary | |
XMLSchemaNode() XNLSchema constructor. |
Method Summary | |
XSDAttribute[] |
getAttributeDeclarations() Get all the top level attributes in the schema |
XSDNode[] |
getAttributeSet() Get all the top level attributes in the schema |
XSDNode[] |
getComplexTypeSet() Get all the top level complex type elements in the schema |
java.util.Hashtable |
getComplexTypeTable() Get the complex type definitions |
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() Get the simple type definitions |
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 |
getAnnotation, getName, getNamespaceURI, getNodeType, isNodeType |
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()
public XSDNode[] getElementSet()
public XSDNode[] getAttributeSet()
public XSDAttribute[] getAttributeDeclarations()
public XSDNode[] getComplexTypeSet()
public XSDNode[] getSimpleTypeSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.