|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an XML Schema. The interface may be updated or replaced.
Method Summary | |
XSObjectList |
getAnnotations()
[annotations]: a set of annotations. |
XSAttributeDeclaration |
getAttributeDeclaration(java.lang.String name,
java.lang.String namespace)
Convenience method. |
XSAttributeGroupDefinition |
getAttributeGroup(java.lang.String name,
java.lang.String namespace)
Convenience method. |
XSNamedMap |
getComponents(short objectType)
Returns a list of top-level components, i.e. |
XSNamedMap |
getComponentsByNamespace(short objectType,
java.lang.String namespace)
Convenience method. |
XSElementDeclaration |
getElementDeclaration(java.lang.String name,
java.lang.String namespace)
Convenience method. |
XSModelGroupDefinition |
getModelGroupDefinition(java.lang.String name,
java.lang.String namespace)
Convenience method. |
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. |
StringList |
getNamespaces()
Convenience method. |
XSNotationDeclaration |
getNotationDeclaration(java.lang.String name,
java.lang.String namespace)
Convenience method. |
XSTypeDefinition |
getTypeDefinition(java.lang.String name,
java.lang.String namespace)
Convenience method. |
Method Detail |
public StringList getNamespaces()
null
is not a valid namespace
name, but if there are components that don't have a target namespace,
null
is included in this list.public XSNamespaceItemList getNamespaceItems()
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 XSNamedMap getComponents(short objectType)
objectType
- The type of the declaration, i.e.
ELEMENT_DECLARATION
. Note that
XSTypeDefinition.SIMPLE_TYPE
and
XSTypeDefinition.COMPLEX_TYPE
can also be used as the
objectType
to retrieve only complex types or simple
types, instead of all types.objectType
or null
.public XSNamedMap getComponentsByNamespace(short objectType, java.lang.String namespace)
objectType
- The type of the declaration, i.e.
ELEMENT_DECLARATION
.namespace
- The namespace to which declaration belong or
null
(for components with no target namespace).objectType
and defined in the specified
namespace
or null
.public XSObjectList getAnnotations()
public XSElementDeclaration getElementDeclaration(java.lang.String name, java.lang.String namespace)
name
- The name of the declaration.namespace
- The namespace of the declaration, otherwise null.public XSAttributeDeclaration getAttributeDeclaration(java.lang.String name, java.lang.String namespace)
name
- The name of the declaration.namespace
- The namespace of the declaration, otherwise null.public XSTypeDefinition getTypeDefinition(java.lang.String name, java.lang.String namespace)
name
- The name of the definition.namespace
- The namespace of the declaration, otherwise null.XSTypeDefinition
or null if such definition
does not exist.public XSAttributeGroupDefinition getAttributeGroup(java.lang.String name, java.lang.String namespace)
name
- The name of the definition.namespace
- The namespace of the definition, otherwise null.public XSModelGroupDefinition getModelGroupDefinition(java.lang.String name, java.lang.String namespace)
name
- The name of the definition.namespace
- The namespace of the definition, otherwise null.public XSNotationDeclaration getNotationDeclaration(java.lang.String name, java.lang.String namespace)
name
- The name of the declaration.namespace
- The namespace of the declaration, otherwise null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |