|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.impl.xs.XSModelImpl
public class XSModelImpl
Implements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces.
| Constructor Summary | |
|---|---|
XSModelImpl(SchemaGrammar[] grammars)
Construct an XSModelImpl, by storing some grammars and grammars imported by them to this object. |
|
| 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. |
XSObjectList |
getSubstitutionGroup(XSElementDeclaration head)
Convenience method. |
XSTypeDefinition |
getTypeDefinition(java.lang.String name,
java.lang.String namespace)
Convenience method. |
boolean |
hasIDConstraints()
REVISIT: to expose identity constraints from XSModel. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSModelImpl(SchemaGrammar[] grammars)
grammars - the array of schema grammars| Method Detail |
|---|
public 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,
java.lang.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(java.lang.String name,
java.lang.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(java.lang.String name,
java.lang.String namespace)
getAttributeDeclaration in interface XSModelname - The name of the declaration.namespace - The namespace of the definition, otherwise null.
public XSElementDeclaration getElementDeclaration(java.lang.String name,
java.lang.String namespace)
getElementDeclaration in interface XSModelname - The name of the declaration.namespace - The namespace of the definition, otherwise null.
public XSAttributeGroupDefinition getAttributeGroup(java.lang.String name,
java.lang.String namespace)
getAttributeGroup in interface XSModelname - The name of the definition.namespace - The namespace of the definition, otherwise null.
public XSModelGroupDefinition getModelGroupDefinition(java.lang.String name,
java.lang.String namespace)
getModelGroupDefinition in interface XSModelname - The name of the definition.namespace - The namespace of the definition, otherwise null.
public XSNotationDeclaration getNotationDeclaration(java.lang.String name,
java.lang.String namespace)
XSModel
getNotationDeclaration 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||