| 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) if 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 | Method and Description |
|---|---|
XSObjectList |
SCDResolver.resolve(String relativeSCD)
Resolves a relative SCD against the schema description schema component (i.e.
|
XSObjectList |
SCDResolver.resolve(String scp,
NamespaceContext nsContext)
Resolves an SCP against the schema description schema component (i.e.
|
XSObjectList |
SCDResolver.resolve(String incompleteSCP,
NamespaceContext nsContext,
XSObject currentComponent)
Resolves an incomplete SCP against a given schema component
|
XSObjectList |
SCDResolver.resolve(String incompleteSCD,
XSObject currentComponent)
Resolves an incomplete SCD against a given schema component
|
| 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 |
SchemaGrammar.XSAnyType.getAnnotations() |
XSObjectList |
XSComplexTypeDecl.getAssertions() |
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,
XSObject enclosingParent,
XSObjectList annotations,
boolean inheritable) |
| Modifier and Type | Field and Description |
|---|---|
protected XSObjectList |
XSTypeAlternativeImpl.fAnnotations
Optional annotations
|
| Modifier and Type | Method and Description |
|---|---|
XSObjectList |
XSTypeAlternativeImpl.getAnnotations()
Get the optional annotations
|
| Modifier and Type | Method and Description |
|---|---|
void |
XSTypeAlternativeImpl.setAnnotations(XSObjectList annotations) |
| Constructor and Description |
|---|
XSTypeAlternativeImpl(String elementName,
XSTypeDefinition type,
XSObjectList annotations)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
XSObjectList |
XSAssertImpl.getAnnotations() |
XSObjectList |
XSAssert.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList |
| Modifier and Type | Method and Description |
|---|---|
void |
XSAssertImpl.setAnnotations(XSObjectList annotations) |
void |
XSAssertionXPath2ValueImpl.setXDMTypedValueOf$valueForSTVarietyUnion(String value,
XSObjectList memberTypes,
org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) |
void |
XSAssertionXPath2Value.setXDMTypedValueOf$valueForSTVarietyUnion(String value,
XSObjectList memberTypes,
org.eclipse.wst.xml.xpath2.processor.DynamicContext xpath2DynamicContext) |
| Constructor and Description |
|---|
XSAssertImpl(XSTypeDefinition type,
XSObjectList annotations,
XSDHandler schemaHandler) |
| 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 |
|---|---|
static boolean |
XS11TypeHelper.isAtomicStrValueValidForSTUnion(XSObjectList memberTypes,
String content,
ValidatedInfo validatedInfo,
short schemaVersion) |
| Modifier and Type | Method and Description |
|---|---|
XSObjectList |
XSWildcard.getAnnotations()
A sequence of [annotations] or an empty
XSObjectList. |
XSObjectList |
XSTypeAlternative.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.getAssertions()
A sequence of [assertions] 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 © 2013. All rights reserved.