BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

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

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

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

Methods in weblogic.apache.xerces.impl.dv that return XSSimpleType
abstract  XSSimpleType SchemaDVFactory.getBuiltInType(String name)
          Deprecated. 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.
abstract  XSSimpleType SchemaDVFactory.createTypeRestriction(String name, String targetNamespace, short finalSet, XSSimpleType base)
          Deprecated. Create a new simple type which is derived by restriction from another simple type.
abstract  XSSimpleType SchemaDVFactory.createTypeList(String name, String targetNamespace, short finalSet, XSSimpleType itemType)
          Deprecated. Create a new simple type which is derived by list from another simple type.
abstract  XSSimpleType SchemaDVFactory.createTypeUnion(String name, String targetNamespace, short finalSet, XSSimpleType[] memberTypes)
          Deprecated. Create a new simple type which is derived by union from a list of other simple types.
 

Methods in weblogic.apache.xerces.impl.dv with parameters of type XSSimpleType
abstract  XSSimpleType SchemaDVFactory.createTypeRestriction(String name, String targetNamespace, short finalSet, XSSimpleType base)
          Deprecated. Create a new simple type which is derived by restriction from another simple type.
abstract  XSSimpleType SchemaDVFactory.createTypeList(String name, String targetNamespace, short finalSet, XSSimpleType itemType)
          Deprecated. Create a new simple type which is derived by list from another simple type.
abstract  XSSimpleType SchemaDVFactory.createTypeUnion(String name, String targetNamespace, short finalSet, XSSimpleType[] memberTypes)
          Deprecated. Create a new simple type which is derived by union from a list of other simple types.
 

Uses of XSSimpleType in weblogic.apache.xerces.impl.xs
 

Fields in weblogic.apache.xerces.impl.xs declared as XSSimpleType
static XSSimpleType SchemaGrammar.fAnySimpleType
          Deprecated.  
protected  XSSimpleType[] ElementPSVImpl.fMemberTypes
          Deprecated.  
protected  XSSimpleType[] AttributePSVImpl.fMemberTypes
          Deprecated.  
 

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.