Uses of Interface
org.apache.xerces.xs.XSObjectList

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(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.
 

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 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.
 

Methods in org.apache.xerces.impl.dv.xs with parameters of type XSObjectList
 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)
           
 

Constructors in org.apache.xerces.impl.dv.xs with parameters of type XSObjectList
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)
           
 

Uses of XSObjectList in org.apache.xerces.impl.xs
 

Fields in org.apache.xerces.impl.xs declared as XSObjectList
 XSObjectList XSWildcardDecl.fAnnotations
           
 XSObjectList XSParticleDecl.fAnnotations
           
 XSObjectList XSNotationDecl.fAnnotations
           
 XSObjectList XSModelGroupImpl.fAnnotations
           
 XSObjectList XSGroupDecl.fAnnotations
           
 XSObjectList XSElementDecl.fAnnotations
           
 XSObjectList XSAttributeUseImpl.fAnnotations
           
 XSObjectList XSAttributeGroupDecl.fAnnotations
           
 

Methods in org.apache.xerces.impl.xs that return XSObjectList
 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.
 

Methods in org.apache.xerces.impl.xs with parameters of type XSObjectList
 void XSAttributeDecl.setValues(String name, 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
          Contains a list of XSObjects.
 

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 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 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 © 2011. All Rights Reserved.