| Constructor and Description |
|---|
XSModelImpl(SchemaGrammar[] grammars)
Construct an XSModelImpl, by storing some grammars and grammars imported
by them to this object.
|
| Modifier and Type | Method and Description |
|---|---|
XSObjectList |
getAnnotations()
{annotations} A set of annotations.
|
XSAttributeDeclaration |
getAttributeDeclaration(String name,
String namespace)
Convenience method.
|
XSAttributeGroupDefinition |
getAttributeGroup(String name,
String namespace)
Convenience method.
|
XSNamedMap |
getComponents(short objectType)
Returns a list of top-level components, i.e.
|
XSNamedMap |
getComponentsByNamespace(short objectType,
String namespace)
Convenience method.
|
XSElementDeclaration |
getElementDeclaration(String name,
String namespace)
Convenience method.
|
XSModelGroupDefinition |
getModelGroupDefinition(String name,
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(String name,
String namespace)
Convenience method.
|
XSObjectList |
getSubstitutionGroup(XSElementDeclaration head)
Convenience method.
|
XSTypeDefinition |
getTypeDefinition(String name,
String namespace)
Convenience method.
|
boolean |
hasIDConstraints()
REVISIT: to expose identity constraints from XSModel.
|
public XSModelImpl(SchemaGrammar[] grammars)
grammars - the array of schema grammarspublic StringList getNamespaces()
getNamespaces in interface XSModelnull if all components don't have a targetNamespace.public XSNamespaceItemList getNamespaceItems()
XSModelXSNamespaceItem), 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.getNamespaceItems in interface XSModelpublic XSNamedMap getComponents(short objectType)
getComponents in interface XSModelobjectType - 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, String namespace)
getComponentsByNamespace in interface XSModelobjectType - 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 XSTypeDefinition getTypeDefinition(String name, String namespace)
getTypeDefinition in interface XSModelname - The name of the definition.namespace - The namespace of the definition, otherwise null.XSTypeDefinition or null if such definition
does not exist.public XSAttributeDeclaration getAttributeDeclaration(String name, String namespace)
getAttributeDeclaration in interface XSModelname - The name of the declaration.namespace - The namespace of the definition, otherwise null.public XSElementDeclaration getElementDeclaration(String name, String namespace)
getElementDeclaration in interface XSModelname - The name of the declaration.namespace - The namespace of the definition, otherwise null.public XSAttributeGroupDefinition getAttributeGroup(String name, String namespace)
getAttributeGroup in interface XSModelname - The name of the definition.namespace - The namespace of the definition, otherwise null.public XSModelGroupDefinition getModelGroupDefinition(String name, String namespace)
getModelGroupDefinition in interface XSModelname - The name of the definition.namespace - The namespace of the definition, otherwise null.public XSNotationDeclaration getNotationDeclaration(String name, String namespace)
XSModelgetNotationDeclaration in interface XSModelname - The name of the declaration.namespace - The namespace of the declaration, otherwise
null.null if such
a declaration does not exist.XSModel.getNotationDeclaration(String, String)public XSObjectList getAnnotations()
getAnnotations in interface XSModelpublic boolean hasIDConstraints()
public XSObjectList getSubstitutionGroup(XSElementDeclaration head)
XSModelXSElementDeclaration
or an empty XSObjectList if the substitution group
contains no members.getSubstitutionGroup in interface XSModelhead - The substitution group head.XSElementDeclaration or an empty
XSObjectList if the substitution group contains
no members.Copyright © 2018 JBoss by Red Hat. All rights reserved.