|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSModel
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 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. |
XSObjectList |
getSubstitutionGroup(XSElementDeclaration head)
Convenience method. |
XSTypeDefinition |
getTypeDefinition(java.lang.String name,
java.lang.String namespace)
Convenience method. |
Method Detail |
---|
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.
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.
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.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
.XSObjectList getAnnotations()
XSObjectList
.
XSElementDeclaration getElementDeclaration(java.lang.String name, java.lang.String namespace)
name
- The name of the declaration.namespace
- The namespace of the declaration, otherwise
null
.
null
if such a
declaration does not exist.XSAttributeDeclaration getAttributeDeclaration(java.lang.String name, java.lang.String namespace)
name
- The name of the declaration.namespace
- The namespace of the declaration, otherwise
null
.
null
if such
a declaration does not exist.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
a definition does not exist.XSAttributeGroupDefinition getAttributeGroup(java.lang.String name, java.lang.String namespace)
name
- The name of the definition.namespace
- The namespace of the definition, otherwise
null
.
null
if
such a definition does not exist.XSModelGroupDefinition getModelGroupDefinition(java.lang.String name, java.lang.String namespace)
name
- The name of the definition.namespace
- The namespace of the definition, otherwise
null
.
null
if
such a definition does not exist.XSNotationDeclaration getNotationDeclaration(java.lang.String name, java.lang.String namespace)
name
- The name of the declaration.namespace
- The namespace of the declaration, otherwise
null
.
null
if such
a declaration does not exist.XSObjectList getSubstitutionGroup(XSElementDeclaration head)
XSElementDeclaration
or an empty XSObjectList
if the substitution group
contains no members.
head
- The substitution group head.
XSElementDeclaration
or an empty
XSObjectList
if the substitution group contains
no members.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |