Uses of Interface
org.apache.xerces.impl.dv.XSSimpleType

Packages that use XSSimpleType
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
 

Uses of XSSimpleType in org.apache.xerces.impl.dv
 

Fields in org.apache.xerces.impl.dv declared as XSSimpleType
 XSSimpleType ValidatedInfo.memberType
          If the type is a union type, then the member type which actually validated the string value.
 XSSimpleType[] ValidatedInfo.memberTypes
          If 1.
 

Methods in org.apache.xerces.impl.dv that return XSSimpleType
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.
abstract  XSSimpleType SchemaDVFactory.getBuiltInType(java.lang.String name)
          Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
 

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

Classes in org.apache.xerces.impl.dv.xs that implement XSSimpleType
 class XSSimpleTypeDecl
           
 

Methods in org.apache.xerces.impl.dv.xs that return XSSimpleType
 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.
 XSSimpleType BaseDVFactory.getBuiltInType(java.lang.String name)
          Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
 XSSimpleType FullDVFactory.getBuiltInType(java.lang.String name)
          Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
 XSSimpleType SchemaDVFactoryImpl.getBuiltInType(java.lang.String name)
          Get a built-in simple type of the given name REVISIT: its still not decided within the Schema WG how to define the ur-types and if all simple types should be derived from a complex type, so as of now we ignore the fact that anySimpleType is derived from anyType, and pass 'null' as the base of anySimpleType.
 

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

Fields in org.apache.xerces.impl.xs declared as XSSimpleType
static XSSimpleType SchemaGrammar.fAnySimpleType
           
 

Methods in org.apache.xerces.impl.xs with parameters of type XSSimpleType
static boolean XSConstraints.checkSimpleDerivationOk(XSSimpleType derived, XSTypeDefinition base, short block)
          check whether simple type derived is valid derived from base, given a subset of {restriction, extension}.
 void XSAttributeDecl.setValues(java.lang.String name, java.lang.String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations)
           
 void XSComplexTypeDecl.setValues(java.lang.String name, java.lang.String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle, XSObjectListImpl annotations)