Methods Summary |
---|
public XSObjectList | getAnnotations()[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList .
|
public XSAttributeDeclaration | getAttributeDeclaration(java.lang.String name, java.lang.String namespace)Convenience method. Returns a top-level attribute declaration.
|
public XSAttributeGroupDefinition | getAttributeGroup(java.lang.String name, java.lang.String namespace)Convenience method. Returns a top-level attribute group definition.
|
public XSNamedMap | getComponents(short objectType)Returns a list of top-level components, i.e. element declarations,
attribute declarations, etc.
|
public XSNamedMap | getComponentsByNamespace(short objectType, java.lang.String namespace)Convenience method. Returns a list of top-level component declarations
that are defined within the specified namespace, i.e. element
declarations, attribute declarations, etc.
|
public XSElementDeclaration | getElementDeclaration(java.lang.String name, java.lang.String namespace)Convenience method. Returns a top-level element declaration.
|
public XSModelGroupDefinition | getModelGroupDefinition(java.lang.String name, java.lang.String namespace)Convenience method. Returns a top-level model group definition.
|
public XSNamespaceItemList | getNamespaceItems()A set of namespace schema information information items (of type
XSNamespaceItem ), one for each namespace name which
appears as the target namespace of any schema component in the schema
used for that assessment, and one for absent if any schema component
in the schema had no target namespace. For more information see
schema information.
|
public StringList | getNamespaces()Convenience method. Returns a list of all namespaces that belong to
this schema. The value null is not a valid namespace
name, but if there are components that do not have a target namespace
, null is included in this list.
|
public XSNotationDeclaration | getNotationDeclaration(java.lang.String name, java.lang.String namespace)Convenience method. Returns a top-level notation declaration.
|
public XSObjectList | getSubstitutionGroup(XSElementDeclaration head)Convenience method. Returns a list containing the members of the
substitution group for the given XSElementDeclaration
or an empty XSObjectList if the substitution group
contains no members.
|
public XSTypeDefinition | getTypeDefinition(java.lang.String name, java.lang.String namespace)Convenience method. Returns a top-level simple or complex type
definition.
|