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