Modifier and Type | Interface and Description |
---|---|
interface |
XSSimpleType
This interface
XSSimpleType represents the simple type
definition of schema component and defines methods to query the information
contained. |
Modifier and Type | Class and Description |
---|---|
class |
XSSimpleTypeDecl |
Modifier and Type | Class and Description |
---|---|
class |
XSAnnotationImpl
This is an implementation of the XSAnnotation schema component.
|
class |
XSAttributeDecl
The XML representation for an attribute declaration
schema component is an <attribute> element information item
|
class |
XSAttributeGroupDecl
The XML representation for an attribute group declaration
schema component is a global <attributeGroup> element information item
|
class |
XSAttributeUseImpl
The XML representation for an attribute use
schema component is a local <attribute> element information item
|
class |
XSComplexTypeDecl
The XML representation for a complexType
schema component is a <complexType> element information item
|
class |
XSElementDecl
The XML representation for an element declaration
schema component is an <element> element information item
|
class |
XSGroupDecl
The XML representation for a group declaration
schema component is a global <group> element information item
|
class |
XSModelGroupImpl
Store schema model group declaration.
|
class |
XSNotationDecl
The XML representation for a NOTATION declaration
schema component is a global <notation> element information item
|
class |
XSParticleDecl
Store schema particle declaration.
|
class |
XSWildcardDecl
The XML representation for a wildcard declaration
schema component is an <any> or <anyAttribute> element information item
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityConstraint
Base class of Schema identity constraint.
|
class |
KeyRef
Schema key reference identity constraint.
|
class |
UniqueOrKey
Schema unique or key identity constraint.
|
Modifier and Type | Method and Description |
---|---|
XSObject |
XSObjectListImpl.item(int index)
Returns the
index th item in the collection. |
XSObject |
XSNamedMapImpl.item(int index)
Returns the
index th item in the map. |
XSObject |
XSNamedMap4Types.item(int index)
Returns the
index th item in the map. |
XSObject |
XSNamedMapImpl.itemByName(String namespace,
String localName)
Retrieves an
XSObject specified by local name and namespace
URI. |
XSObject |
XSNamedMap4Types.itemByName(String namespace,
String localName)
Retrieves an
XSObject specified by local name and namespace
URI. |
Modifier and Type | Method and Description |
---|---|
void |
XSObjectListImpl.add(int index,
XSObject object) |
void |
XSObjectListImpl.add(XSObject object) |
Constructor and Description |
---|
XSNamedMapImpl(XSObject[] array,
int length)
Construct an XSNamedMap implmentation one namespace from an array
|
XSObjectListImpl(XSObject[] array,
int length)
Construct an XSObjectList implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
XSAnnotation
This interface represents the Annotation schema component.
|
interface |
XSAttributeDeclaration
The interface represents the Attribute Declaration schema component.
|
interface |
XSAttributeGroupDefinition
This interface represents the Attribute Group Definition schema component.
|
interface |
XSAttributeUse
This interface represents the Attribute Use schema component.
|
interface |
XSComplexTypeDefinition
This interface represents the Complex Type Definition schema component.
|
interface |
XSElementDeclaration
The interface represents the Element Declaration schema component.
|
interface |
XSFacet
Describes a constraining facet.
|
interface |
XSIDCDefinition
This interface represents the Identity-constraint Definition schema
component.
|
interface |
XSModelGroup
This interface represents the Model Group schema component.
|
interface |
XSModelGroupDefinition
This interface represents the Model Group Definition schema component.
|
interface |
XSMultiValueFacet
Describes a multi-value constraining facets: pattern and enumeration.
|
interface |
XSNotationDeclaration
This interface represents the Notation Declaration schema component.
|
interface |
XSParticle
This interface represents the Particle schema component.
|
interface |
XSSimpleTypeDefinition
This interface represents the Simple Type Definition schema component.
|
interface |
XSTerm
Describes a term that can be one of a model group, a wildcard, or an
element declaration.
|
interface |
XSTypeDefinition
This interface represents a complex or simple type definition.
|
interface |
XSWildcard
This interface represents the Wildcard schema component.
|
Modifier and Type | Method and Description |
---|---|
XSObject |
XSObjectList.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. |
XSObject |
XSNamedMap.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. |
XSObject |
XSNamedMap.itemByName(String namespace,
String localName)
Retrieves an
XSObject specified by local name and
namespace URI. |
Modifier and Type | Class and Description |
---|---|
class |
JBossXSComplexTypeDefinition |
class |
JBossXSElementDeclaration
Represents an XS Element Declaration
|
class |
JBossXSModelGroup
Implements a ModelGroup of the Xerces Schema API
|
class |
JBossXSObject |
class |
JBossXSParticle |
class |
JBossXSSimpleTypeDefinition
XSSimpleTypeDefinition
|
class |
JBossXSTypeDefinition |
Modifier and Type | Field and Description |
---|---|
protected List<XSObject> |
JBossXSNamedMap.list |
Modifier and Type | Method and Description |
---|---|
XSObject |
JBossXSObjectList.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. |
XSObject |
JBossXSNamedMap.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. |
XSObject |
JBossXSNamedMap.itemByName(String namespace,
String localName)
Retrieves an
XSObject specified by local name and
namespace URI. |
Modifier and Type | Method and Description |
---|---|
List<XSObject> |
JBossXSNamedMap.toList() |
Modifier and Type | Method and Description |
---|---|
void |
JBossXSObjectList.addItem(XSObject xsobj) |
void |
JBossXSNamedMap.addItem(XSObject obj) |
void |
JBossXSObjectList.addItem(XSObject xsobj,
boolean shouldSort) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.