Method Summary |
|
public XSObjectList | getAnnotations() [annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList . |
public XSAttributeDeclaration | getAttributeDeclaration(String name) Convenience method. |
public XSAttributeGroupDefinition | getAttributeGroup(String name) Convenience method. |
public XSNamedMap | getComponents(short objectType) [schema components]: a list of top-level components, i.e. |
public StringList | getDocumentLocations() [document location] - a list of location URIs for the documents that
contributed to the XSModel . |
public XSElementDeclaration | getElementDeclaration(String name) Convenience method. |
public XSModelGroupDefinition | getModelGroupDefinition(String name) Convenience method. |
public XSNotationDeclaration | getNotationDeclaration(String name) Convenience method. |
public String | getSchemaNamespace() [schema namespace]: A namespace name or null if absent. |
public XSTypeDefinition | getTypeDefinition(String name) Convenience method. |