|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList
org.apache.xerces.impl.xs.XSModelImpl
public final class XSModelImpl
Implements XSModel: a read-only interface that represents an XML Schema, which could be components from different namespaces.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
XSModelImpl(SchemaGrammar[] grammars)
Construct an XSModelImpl, by storing some grammars and grammars imported by them to this object. |
|
XSModelImpl(SchemaGrammar[] grammars,
short s4sVersion)
|
|
| Method Summary | |
|---|---|
Object |
get(int index)
|
XSObjectList |
getAnnotations()
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList. |
XSAttributeDeclaration |
getAttributeDeclaration(String name,
String namespace)
Convenience method. |
XSAttributeDeclaration |
getAttributeDeclaration(String name,
String namespace,
String loc)
Convenience method. |
XSAttributeGroupDefinition |
getAttributeGroup(String name,
String namespace)
Convenience method. |
XSAttributeGroupDefinition |
getAttributeGroup(String name,
String namespace,
String loc)
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. |
XSElementDeclaration |
getElementDeclaration(String name,
String namespace,
String loc)
Convenience method. |
int |
getLength()
The number of XSNamespaceItems in the list. |
XSModelGroupDefinition |
getModelGroupDefinition(String name,
String namespace)
Convenience method. |
XSModelGroupDefinition |
getModelGroupDefinition(String name,
String namespace,
String loc)
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. |
XSNotationDeclaration |
getNotationDeclaration(String name,
String namespace,
String loc)
|
XSObjectList |
getSubstitutionGroup(XSElementDeclaration head)
Convenience method. |
XSTypeDefinition |
getTypeDefinition(String name,
String namespace)
Convenience method. |
XSTypeDefinition |
getTypeDefinition(String name,
String namespace,
String loc)
Convenience method. |
boolean |
hasIDConstraints()
REVISIT: to expose identity constraints from XSModel. |
XSNamespaceItem |
item(int index)
Returns the indexth item in the collection or
null if index is greater than or equal to
the number of objects in the list. |
Iterator |
iterator()
|
ListIterator |
listIterator()
|
ListIterator |
listIterator(int index)
|
int |
size()
|
Object[] |
toArray()
|
Object[] |
toArray(Object[] a)
|
| Methods inherited from class java.util.AbstractList |
|---|
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, remove, removeRange, set, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, lastIndexOf, remove, remove, removeAll, retainAll, set, subList |
| Constructor Detail |
|---|
public XSModelImpl(SchemaGrammar[] grammars)
grammars - the array of schema grammars
public XSModelImpl(SchemaGrammar[] grammars,
short s4sVersion)
| Method Detail |
|---|
public StringList getNamespaces()
getNamespaces in interface XSModelnull if all components don't have a targetNamespace.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.
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 XSTypeDefinition getTypeDefinition(String name,
String namespace,
String loc)
name - The name of the definition.namespace - The namespace of the definition, otherwise null.loc - The schema location where the component was defined
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 XSAttributeDeclaration getAttributeDeclaration(String name,
String namespace,
String loc)
name - The name of the declaration.namespace - The namespace of the definition, otherwise null.loc - The schema location where the component was defined
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 XSElementDeclaration getElementDeclaration(String name,
String namespace,
String loc)
name - The name of the declaration.namespace - The namespace of the definition, otherwise null.loc - The schema location where the component was defined
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 XSAttributeGroupDefinition getAttributeGroup(String name,
String namespace,
String loc)
name - The name of the definition.namespace - The namespace of the definition, otherwise null.loc - The schema location where the component was defined
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 XSModelGroupDefinition getModelGroupDefinition(String name,
String namespace,
String loc)
name - The name of the definition.namespace - The namespace of the definition, otherwise null.loc - The schema location where the component was defined
public XSNotationDeclaration getNotationDeclaration(String name,
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 XSNotationDeclaration getNotationDeclaration(String name,
String namespace,
String loc)
public XSObjectList getAnnotations()
XSObjectList.
getAnnotations in interface XSModelpublic boolean hasIDConstraints()
public XSObjectList getSubstitutionGroup(XSElementDeclaration head)
XSElementDeclaration
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.public int getLength()
XSNamespaceItems in the list. The range of
valid child object indices is 0 to length-1 inclusive.
getLength in interface XSNamespaceItemListpublic XSNamespaceItem item(int index)
indexth item in the collection or
null if index is greater than or equal to
the number of objects in the list. The index starts at 0.
item in interface XSNamespaceItemListindex - index into the collection.
XSNamespaceItem at the indexth
position in the XSNamespaceItemList, or
null if the index specified is not valid.public Object get(int index)
get in interface Listget in class AbstractListpublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Listiterator in class AbstractListpublic ListIterator listIterator()
listIterator in interface ListlistIterator in class AbstractListpublic ListIterator listIterator(int index)
listIterator in interface ListlistIterator in class AbstractListpublic Object[] toArray()
toArray in interface CollectiontoArray in interface ListtoArray in class AbstractCollectionpublic Object[] toArray(Object[] a)
toArray in interface CollectiontoArray in interface ListtoArray in class AbstractCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||