|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an XML Schema.
Method Summary | |
---|---|
XSObjectList |
getAnnotations()
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList . |
XSAttributeDeclaration |
getAttributeDeclaration(java.lang.String namespace,
java.lang.String name)
Convenience method. |
XSAttributeGroupDefinition |
getAttributeGroup(java.lang.String namespace,
java.lang.String name)
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 namespace,
java.lang.String name)
Convenience method. |
XSModelGroupDefinition |
getModelGroupDefinition(java.lang.String namespace,
java.lang.String name)
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 namespace,
java.lang.String name)
Convenience method. |
XSTypeDefinition |
getTypeDefinition(java.lang.String namespace,
java.lang.String name)
Convenience method. |
Method Detail |
public StringList getNamespaces()
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 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 an empty XSNamedMap
if no
such definitions exist.public XSNamedMap getComponentsByNamespace(short objectType, java.lang.String namespace)
objectType
- The type of the declaration, i.e.
ELEMENT_DECLARATION
.namespace
- The namespace to which the declaration belongs or
null
(for components with no target namespace).
objectType
and defined in the specified
namespace
or an empty XSNamedMap
.public XSObjectList getAnnotations()
XSObjectList
.
public XSElementDeclaration getElementDeclaration(java.lang.String namespace, java.lang.String name)
namespace
- The namespace of the declaration, otherwise
null
.name
- The name of the declaration.
null
if such a
declaration does not exist.public XSAttributeDeclaration getAttributeDeclaration(java.lang.String namespace, java.lang.String name)
namespace
- The namespace of the declaration, otherwise
null
.name
- The name of the declaration.
null
if such
a declaration does not exist.public XSTypeDefinition getTypeDefinition(java.lang.String namespace, java.lang.String name)
namespace
- The namespace of the declaration, otherwise
null
.name
- The name of the definition.
XSTypeDefinition
or null
if such
a definition does not exist.public XSAttributeGroupDefinition getAttributeGroup(java.lang.String namespace, java.lang.String name)
namespace
- The namespace of the definition, otherwise
null
.name
- The name of the definition.
null
if
such a definition does not exist.public XSModelGroupDefinition getModelGroupDefinition(java.lang.String namespace, java.lang.String name)
namespace
- The namespace of the definition, otherwise
null
.name
- The name of the definition.
null
if
such a definition does not exist.public XSNotationDeclaration getNotationDeclaration(java.lang.String namespace, java.lang.String name)
namespace
- The namespace of the declaration, otherwise
null
.name
- The name of the declaration.
null
if such
a declaration does not exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |