Methods Summary |
---|
public com.sun.org.apache.xerces.internal.xs.XSObjectList | getAnnotations()[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList .
|
public com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration | getAttributeDeclaration(java.lang.String namespace, java.lang.String name)Convenience method. Returns a top-level attribute declaration.
|
public com.sun.org.apache.xerces.internal.xs.XSAttributeGroupDefinition | getAttributeGroup(java.lang.String namespace, java.lang.String name)Convenience method. Returns a top-level attribute group definition.
|
public com.sun.org.apache.xerces.internal.xs.XSNamedMap | getComponents(short objectType)Returns a list of top-level components, i.e. element declarations,
attribute declarations, etc.
|
public com.sun.org.apache.xerces.internal.xs.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 com.sun.org.apache.xerces.internal.xs.XSElementDeclaration | getElementDeclaration(java.lang.String namespace, java.lang.String name)Convenience method. Returns a top-level element declaration.
|
public com.sun.org.apache.xerces.internal.xs.XSModelGroupDefinition | getModelGroupDefinition(java.lang.String namespace, java.lang.String name)Convenience method. Returns a top-level model group definition.
|
public com.sun.org.apache.xerces.internal.xs.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 com.sun.org.apache.xerces.internal.xs.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 com.sun.org.apache.xerces.internal.xs.XSNotationDeclaration | getNotationDeclaration(java.lang.String namespace, java.lang.String name)Convenience method. Returns a top-level notation declaration.
|
public com.sun.org.apache.xerces.internal.xs.XSTypeDefinition | getTypeDefinition(java.lang.String namespace, java.lang.String name)Convenience method. Returns a top-level simple or complex type
definition.
|