|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSObjectList | |
---|---|
org.apache.xerces.impl.dv | |
org.apache.xerces.impl.dv.xs | |
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.identity | |
org.apache.xerces.impl.xs.util | |
org.apache.xerces.xs |
Uses of XSObjectList in org.apache.xerces.impl.dv |
---|
Fields in org.apache.xerces.impl.dv declared as XSObjectList | |
---|---|
XSObjectList |
XSFacets.enumAnnotations
|
Methods in org.apache.xerces.impl.dv with parameters of type XSObjectList | |
---|---|
abstract XSSimpleType |
SchemaDVFactory.createTypeList(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType itemType,
XSObjectList annotations)
Create a new simple type which is derived by list from another simple type. |
abstract XSSimpleType |
SchemaDVFactory.createTypeRestriction(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType base,
XSObjectList annotations)
Create a new simple type which is derived by restriction from another simple type. |
abstract XSSimpleType |
SchemaDVFactory.createTypeUnion(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType[] memberTypes,
XSObjectList annotations)
Create a new simple type which is derived by union from a list of other simple types. |
Uses of XSObjectList in org.apache.xerces.impl.dv.xs |
---|
Fields in org.apache.xerces.impl.dv.xs declared as XSObjectList | |
---|---|
XSObjectList |
XSSimpleTypeDecl.enumerationAnnotations
|
Methods in org.apache.xerces.impl.dv.xs that return XSObjectList | |
---|---|
XSObjectList |
XSSimpleTypeDecl.getAnnotations()
[annotations]: a set of annotations for this simple type component if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSSimpleTypeDecl.getFacets()
A list of constraining facets if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSSimpleTypeDecl.getMemberTypes()
If variety is union the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList . |
XSObjectList |
XSSimpleTypeDecl.getMultiValueFacets()
A list of enumeration and pattern constraining facets if it exists, otherwise an empty XSObjectList . |
Methods in org.apache.xerces.impl.dv.xs with parameters of type XSObjectList | |
---|---|
XSSimpleType |
BaseDVFactory.createTypeList(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType itemType,
XSObjectList annotations)
Create a new simple type which is derived by list from another simple type. |
XSSimpleType |
SchemaDVFactoryImpl.createTypeList(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType itemType,
XSObjectList annotations)
Create a new simple type which is derived by list from another simple type. |
XSSimpleType |
BaseDVFactory.createTypeRestriction(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType base,
XSObjectList annotations)
Create a new simple type which is derived by restriction from another simple type. |
XSSimpleType |
SchemaDVFactoryImpl.createTypeRestriction(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType base,
XSObjectList annotations)
Create a new simple type which is derived by restriction from another simple type. |
XSSimpleType |
BaseDVFactory.createTypeUnion(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType[] memberTypes,
XSObjectList annotations)
Create a new simple type which is derived by union from a list of other simple types. |
XSSimpleType |
SchemaDVFactoryImpl.createTypeUnion(java.lang.String name,
java.lang.String targetNamespace,
short finalSet,
XSSimpleType[] memberTypes,
XSObjectList annotations)
Create a new simple type which is derived by union from a list of other simple types. |
Uses of XSObjectList in org.apache.xerces.impl.xs |
---|
Fields in org.apache.xerces.impl.xs declared as XSObjectList | |
---|---|
XSObjectList |
XSAttributeUseImpl.fAnnotations
|
XSObjectList |
XSGroupDecl.fAnnotations
|
XSObjectList |
XSAttributeGroupDecl.fAnnotations
|
XSObjectList |
XSModelGroupImpl.fAnnotations
|
XSObjectList |
XSWildcardDecl.fAnnotations
|
XSObjectList |
XSElementDecl.fAnnotations
|
XSObjectList |
XSNotationDecl.fAnnotations
|
XSObjectList |
XSParticleDecl.fAnnotations
|
Methods in org.apache.xerces.impl.xs that return XSObjectList | |
---|---|
XSObjectList |
SchemaGrammar.getAnnotations()
|
XSObjectList |
XSAttributeUseImpl.getAnnotations()
Optional. |
XSObjectList |
XSGroupDecl.getAnnotations()
Optional. |
XSObjectList |
XSAttributeGroupDecl.getAnnotations()
Optional. |
XSObjectList |
XSModelGroupImpl.getAnnotations()
Optional. |
XSObjectList |
XSWildcardDecl.getAnnotations()
Optional. |
XSObjectList |
XSElementDecl.getAnnotations()
Optional. |
XSObjectList |
XSNotationDecl.getAnnotations()
Optional. |
XSObjectList |
XSParticleDecl.getAnnotations()
Optional. |
XSObjectList |
XSAttributeDecl.getAnnotations()
Optional. |
XSObjectList |
XSModelImpl.getAnnotations()
{annotations} A set of annotations. |
XSObjectList |
XSComplexTypeDecl.getAnnotations()
Optional. |
XSObjectList |
XSAttributeGroupDecl.getAttributeUses()
{attribute uses} A set of attribute uses. |
XSObjectList |
XSComplexTypeDecl.getAttributeUses()
{attribute uses} A set of attribute uses. |
XSObjectList |
XSModelGroupImpl.getParticles()
{particles} A list of particles |
XSObjectList |
XSModelImpl.getSubstitutionGroup(XSElementDeclaration head)
|
Methods in org.apache.xerces.impl.xs with parameters of type XSObjectList | |
---|---|
void |
XSAttributeDecl.setValues(java.lang.String name,
java.lang.String targetNamespace,
XSSimpleType simpleType,
short constraintType,
short scope,
ValidatedInfo valInfo,
XSComplexTypeDecl enclosingCT,
XSObjectList annotations)
|
Uses of XSObjectList in org.apache.xerces.impl.xs.identity |
---|
Methods in org.apache.xerces.impl.xs.identity that return XSObjectList | |
---|---|
XSObjectList |
IdentityConstraint.getAnnotations()
Optional. |
Uses of XSObjectList in org.apache.xerces.impl.xs.util |
---|
Classes in org.apache.xerces.impl.xs.util that implement XSObjectList | |
---|---|
class |
XSObjectListImpl
Containts a list of XSObject's. |
Fields in org.apache.xerces.impl.xs.util declared as XSObjectList | |
---|---|
static XSObjectList |
XSObjectListImpl.EMPTY_LIST
An immutable empty list. |
Uses of XSObjectList in org.apache.xerces.xs |
---|
Methods in org.apache.xerces.xs that return XSObjectList | |
---|---|
XSObjectList |
XSWildcard.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSAttributeDeclaration.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSComplexTypeDefinition.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSIDCDefinition.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSModel.getAnnotations()
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSSimpleTypeDefinition.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSModelGroupDefinition.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSAttributeUse.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSParticle.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSNamespaceItem.getAnnotations()
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSFacet.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSModelGroup.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSElementDeclaration.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSMultiValueFacet.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSNotationDeclaration.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSAttributeGroupDefinition.getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
XSObjectList |
XSComplexTypeDefinition.getAttributeUses()
A set of attribute uses if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSAttributeGroupDefinition.getAttributeUses()
A set of [attribute uses] if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSSimpleTypeDefinition.getFacets()
A list of constraining facets if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSSimpleTypeDefinition.getMemberTypes()
If variety is union the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList . |
XSObjectList |
XSSimpleTypeDefinition.getMultiValueFacets()
A list of enumeration and pattern constraining facets if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSModelGroup.getParticles()
A list of [particles] if it exists, otherwise an empty XSObjectList . |
XSObjectList |
XSModel.getSubstitutionGroup(XSElementDeclaration head)
Convenience method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |