Modifier and Type | Field and Description |
---|---|
protected HashMap<String,JBossXSNamespaceItem> |
nsimap |
protected XSNamespaceItemList |
nslist |
Constructor and Description |
---|
JBossXSModel() |
Modifier and Type | Method and Description |
---|---|
void |
addSchemaLocation(String nsURI,
URL locationURL) |
void |
addXSAnnotation(XSAnnotation xa) |
void |
addXSAttributeDeclaration(XSAttributeDeclaration attr) |
void |
addXSComplexTypeDefinition(XSTypeDefinition xst) |
void |
addXSElementDeclaration(XSElementDeclaration xsel) |
void |
addXSNamespaceItem(XSNamespaceItem xsitem) |
void |
addXSTypeDefinition(XSTypeDefinition xst) |
JBossXSModel |
clone() |
void |
eagerInitialize() |
XSObjectList |
getAnnotations()
[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList . |
Map<String,XSElementDeclaration> |
getAnonymousElements() |
Map<String,XSTypeDefinition> |
getAnonymousTypes() |
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.
|
JBossXSNamespaceItem |
getNamespaceItem(String nsuri)
Given a namespaceuri, return the NamespaceItem that represents it
|
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. |
org.jboss.xb.binding.NamespaceRegistry |
getNamespaceRegistry() |
StringList |
getNamespaces()
Convenience method.
|
XSNotationDeclaration |
getNotationDeclaration(String name,
String namespace)
Convenience method.
|
XSObjectList |
getSubstitutionGroup(XSElementDeclaration arg0)
Convenience method.
|
XSTypeDefinition |
getTypeDefinition(String name,
String namespace)
Convenience method.
|
boolean |
isQualifiedElements() |
void |
merge(JBossXSModel xsm) |
void |
removeXSTypeDefinition(XSTypeDefinition xst) |
String |
serialize() |
void |
setQualifiedElements(boolean qualifiedElements) |
void |
setXSNamespaceItemList(XSNamespaceItemList list) |
void |
writeTo(OutputStream out) |
protected XSNamespaceItemList nslist
protected HashMap<String,JBossXSNamespaceItem> nsimap
public JBossXSModel clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public 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.getNamespaces
in interface XSModel
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 XSObjectList getAnnotations()
XSObjectList
.getAnnotations
in interface XSModel
public XSElementDeclaration getElementDeclaration(String name, String namespace)
getElementDeclaration
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.public XSAttributeDeclaration getAttributeDeclaration(String name, String namespace)
getAttributeDeclaration
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.public XSTypeDefinition getTypeDefinition(String name, String namespace)
getTypeDefinition
in interface XSModel
name
- The name of the definition.namespace
- The namespace of the declaration, otherwise
null
.XSTypeDefinition
or null
if such
a definition does not exist.public XSAttributeGroupDefinition getAttributeGroup(String name, String namespace)
getAttributeGroup
in interface XSModel
name
- The name of the definition.namespace
- The namespace of the definition, otherwise
null
.null
if
such a definition does not exist.public XSModelGroupDefinition getModelGroupDefinition(String name, String namespace)
getModelGroupDefinition
in interface XSModel
name
- The name of the definition.namespace
- The namespace of the definition, otherwise
null
.null
if
such a definition does not exist.public XSNotationDeclaration getNotationDeclaration(String name, String namespace)
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.public void addXSAnnotation(XSAnnotation xa)
public void addXSAttributeDeclaration(XSAttributeDeclaration attr)
public void addXSTypeDefinition(XSTypeDefinition xst)
public void addXSComplexTypeDefinition(XSTypeDefinition xst)
public void addXSElementDeclaration(XSElementDeclaration xsel)
public void addXSNamespaceItem(XSNamespaceItem xsitem)
public void setXSNamespaceItemList(XSNamespaceItemList list)
public void merge(JBossXSModel xsm)
public void removeXSTypeDefinition(XSTypeDefinition xst)
public JBossXSNamespaceItem getNamespaceItem(String nsuri)
nsuri
- Namespace URIpublic void writeTo(OutputStream out) throws IOException
IOException
public String serialize()
public Map<String,XSTypeDefinition> getAnonymousTypes()
public Map<String,XSElementDeclaration> getAnonymousElements()
public boolean isQualifiedElements()
public void setQualifiedElements(boolean qualifiedElements)
public org.jboss.xb.binding.NamespaceRegistry getNamespaceRegistry()
public void eagerInitialize()
public XSObjectList getSubstitutionGroup(XSElementDeclaration arg0)
XSModel
XSElementDeclaration
or an empty XSObjectList
if the substitution group
contains no members.getSubstitutionGroup
in interface XSModel
arg0
- The substitution group head.XSElementDeclaration
or an empty
XSObjectList
if the substitution group contains
no members.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.