public final class XSModelImpl extends AbstractList implements XSModel, XSNamespaceItemList
modCount
Constructor and Description |
---|
XSModelImpl(SchemaGrammar[] grammars)
Construct an XSModelImpl, by storing some grammars and grammars imported
by them to this object.
|
XSModelImpl(SchemaGrammar[] grammars,
short s4sVersion) |
Modifier and Type | Method and Description |
---|---|
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.
|
XSIDCDefinition |
getIDCDefinition(String name,
String namespace)
Convenience method.
|
XSIDCDefinition |
getIDCDefinition(String name,
String namespace,
String loc)
Convenience method.
|
int |
getLength()
The number of
XSNamespaceItem s 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
index th 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) |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, lastIndexOf, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList
parallelStream, removeIf, stream
public XSModelImpl(SchemaGrammar[] grammars)
grammars
- the array of schema grammarspublic XSModelImpl(SchemaGrammar[] grammars, short s4sVersion)
public StringList getNamespaces()
getNamespaces
in interface XSModel
null
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 XSModel
public XSNamedMap getComponents(short objectType)
getComponents
in interface XSModel
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, String namespace)
getComponentsByNamespace
in interface XSModel
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 XSTypeDefinition getTypeDefinition(String name, String namespace)
getTypeDefinition
in interface XSModel
name
- 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 definedXSTypeDefinition
or null if such definition
does not exist.public XSAttributeDeclaration getAttributeDeclaration(String name, String namespace)
getAttributeDeclaration
in interface XSModel
name
- 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 definedpublic XSElementDeclaration getElementDeclaration(String name, String namespace)
getElementDeclaration
in interface XSModel
name
- 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 definedpublic XSAttributeGroupDefinition getAttributeGroup(String name, String namespace)
getAttributeGroup
in interface XSModel
name
- 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 definedpublic XSModelGroupDefinition getModelGroupDefinition(String name, String namespace)
getModelGroupDefinition
in interface XSModel
name
- 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 definedpublic XSIDCDefinition getIDCDefinition(String name, String namespace)
getIDCDefinition
in interface XSModel
name
- The name of the definition.namespace
- The namespace of the definition, otherwise null.public XSIDCDefinition getIDCDefinition(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 definedpublic XSNotationDeclaration getNotationDeclaration(String name, String namespace)
XSModel
getNotationDeclaration
in interface XSModel
name
- 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 XSModel
public boolean hasIDConstraints()
public XSObjectList getSubstitutionGroup(XSElementDeclaration head)
XSElementDeclaration
or an empty XSObjectList
if the substitution group
contains no members.getSubstitutionGroup
in interface XSModel
head
- The substitution group head.XSElementDeclaration
or an empty
XSObjectList
if the substitution group contains
no members.public int getLength()
XSNamespaceItem
s in the list. The range of
valid child object indices is 0 to length-1
inclusive.getLength
in interface XSNamespaceItemList
public XSNamespaceItem item(int index)
index
th 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 XSNamespaceItemList
index
- index into the collection.XSNamespaceItem
at the index
th
position in the XSNamespaceItemList
, or
null
if the index specified is not valid.public Object get(int index)
get
in interface List
get
in class AbstractList
public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface List
iterator
in class AbstractList
public ListIterator listIterator()
listIterator
in interface List
listIterator
in class AbstractList
public ListIterator listIterator(int index)
listIterator
in interface List
listIterator
in class AbstractList
public Object[] toArray()
toArray
in interface Collection
toArray
in interface List
toArray
in class AbstractCollection
public Object[] toArray(Object[] a)
toArray
in interface Collection
toArray
in interface List
toArray
in class AbstractCollection
Copyright © 2016 JBoss by Red Hat. All rights reserved.