Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
XSObjectList |
XSFacets.enumAnnotations |
Modifier and Type | Method and Description |
---|---|
XSObjectList |
ValidatedInfo.getMemberTypeDefinitions() |
Modifier and Type | Method and Description |
---|---|
abstract XSSimpleType |
SchemaDVFactory.createTypeList(String name,
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(String name,
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(String name,
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.
|
Modifier and Type | Field and Description |
---|---|
XSObjectList |
XSSimpleTypeDecl.enumerationAnnotations |
Modifier and Type | Method and Description |
---|---|
XSObjectList |
XSSimpleTypeDelegate.getAnnotations() |
XSObjectList |
XSSimpleTypeDecl.getAnnotations()
[annotations]: a set of annotations for this simple type component if
it exists, otherwise an empty
XSObjectList . |
XSObjectList |
XSSimpleTypeDelegate.getFacets() |
XSObjectList |
XSSimpleTypeDecl.getFacets()
A list of constraining facets if it exists, otherwise an empty
XSObjectList . |
XSObjectList |
XSSimpleTypeDelegate.getMemberTypes() |
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 |
XSSimpleTypeDelegate.getMultiValueFacets() |
XSObjectList |
XSSimpleTypeDecl.getMultiValueFacets()
A list of enumeration and pattern constraining facets if it exists,
otherwise an empty
XSObjectList . |
Modifier and Type | Method and Description |
---|---|
XSSimpleType |
BaseSchemaDVFactory.createTypeList(String name,
String targetNamespace,
short finalSet,
XSSimpleType itemType,
XSObjectList annotations)
Create a new simple type which is derived by list from another simple
type.
|
XSSimpleType |
BaseDVFactory.createTypeList(String name,
String targetNamespace,
short finalSet,
XSSimpleType itemType,
XSObjectList annotations)
Create a new simple type which is derived by list from another simple
type.
|
XSSimpleType |
BaseSchemaDVFactory.createTypeRestriction(String name,
String targetNamespace,
short finalSet,
XSSimpleType base,
XSObjectList annotations)
Create a new simple type which is derived by restriction from another
simple type.
|
XSSimpleType |
BaseDVFactory.createTypeRestriction(String name,
String targetNamespace,
short finalSet,
XSSimpleType base,
XSObjectList annotations)
Create a new simple type which is derived by restriction from another
simple type.
|
XSSimpleType |
BaseSchemaDVFactory.createTypeUnion(String name,
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 |
BaseDVFactory.createTypeUnion(String name,
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.
|
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setListValues(String name,
String uri,
short finalSet,
XSSimpleTypeDecl itemType,
XSObjectList annotations) |
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setRestrictionValues(XSSimpleTypeDecl base,
String name,
String uri,
short finalSet,
XSObjectList annotations) |
protected XSSimpleTypeDecl |
XSSimpleTypeDecl.setUnionValues(String name,
String uri,
short finalSet,
XSSimpleTypeDecl[] memberTypes,
XSObjectList annotations) |
Constructor and Description |
---|
XSSimpleTypeDecl(String name,
String uri,
short finalSet,
XSSimpleTypeDecl[] memberTypes,
XSObjectList annotations) |
XSSimpleTypeDecl(String name,
String uri,
short finalSet,
XSSimpleTypeDecl itemType,
boolean isImmutable,
XSObjectList annotations) |
XSSimpleTypeDecl(XSSimpleTypeDecl base,
String name,
String uri,
short finalSet,
boolean isImmutable,
XSObjectList annotations) |
XSSimpleTypeDecl(XSSimpleTypeDecl base,
String name,
String uri,
short finalSet,
boolean isImmutable,
XSObjectList annotations,
short builtInKind) |
Modifier and Type | Field and Description |
---|---|
XSObjectList |
XSWildcardDecl.fAnnotations |
XSObjectList |
XSParticleDecl.fAnnotations |
XSObjectList |
XSNotationDecl.fAnnotations |
XSObjectList |
XSModelGroupImpl.fAnnotations |
XSObjectList |
XSGroupDecl.fAnnotations |
XSObjectList |
XSElementDecl.fAnnotations |
XSObjectList |
XSAttributeUseImpl.fAnnotations |
XSObjectList |
XSAttributeGroupDecl.fAnnotations |
Modifier and Type | Method and Description |
---|---|
XSObjectList |
XSWildcardDecl.getAnnotations()
Optional.
|
XSObjectList |
XSParticleDecl.getAnnotations()
Optional.
|
XSObjectList |
XSNotationDecl.getAnnotations()
Optional.
|
XSObjectList |
XSModelImpl.getAnnotations()
[annotations]: a set of annotations if it exists, otherwise an empty
XSObjectList . |
XSObjectList |
XSModelGroupImpl.getAnnotations()
Optional.
|
XSObjectList |
XSGroupDecl.getAnnotations()
Optional.
|
XSObjectList |
XSElementDecl.getAnnotations()
Optional.
|
XSObjectList |
XSComplexTypeDecl.getAnnotations()
Optional.
|
XSObjectList |
XSAttributeUseImpl.getAnnotations()
Optional.
|
XSObjectList |
XSAttributeGroupDecl.getAnnotations()
Optional.
|
XSObjectList |
XSAttributeDecl.getAnnotations()
Optional.
|
XSObjectList |
SchemaGrammar.getAnnotations() |
XSObjectList |
XSComplexTypeDecl.getAttributeUses()
{attribute uses} A set of attribute uses.
|
XSObjectList |
XSAttributeGroupDecl.getAttributeUses()
{attribute uses} A set of attribute uses.
|
XSObjectList |
XSModelGroupImpl.getParticles()
{particles} A list of particles
|
XSObjectList |
XSModelImpl.getSubstitutionGroup(XSElementDeclaration head)
Convenience method.
|
Modifier and Type | Method and Description |
---|---|
void |
XSAttributeDecl.setValues(String name,
String targetNamespace,
XSSimpleType simpleType,
short constraintType,
short scope,
ValidatedInfo valInfo,
XSComplexTypeDecl enclosingCT,
XSObjectList annotations) |
Modifier and Type | Method and Description |
---|---|
XSObjectList |
IdentityConstraint.getAnnotations()
Optional.
|
Modifier and Type | Class and Description |
---|---|
class |
XSObjectListImpl
Contains a list of XSObjects.
|
Modifier and Type | Method and Description |
---|---|
XSObjectList |
XSWildcard.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSSimpleTypeDefinition.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSParticle.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSNotationDeclaration.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 |
XSMultiValueFacet.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSModelGroupDefinition.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSModelGroup.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 |
XSIDCDefinition.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSFacet.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSElementDeclaration.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSComplexTypeDefinition.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSAttributeUse.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSAttributeGroupDefinition.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList . |
XSObjectList |
XSAttributeDeclaration.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 |
XSValue.getMemberTypeDefinitions()
If
getTypeDefinition() returns a list type whose item type
is a union type, then this method returns a list with the same length
as the value list, for simple types that actually validated
the corresponding item in the value. |
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.