BEA Systems, Inc.

Uses of Interface
weblogic.apache.xerces.impl.xs.XSTypeDecl

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

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

Subinterfaces of XSTypeDecl in weblogic.apache.xerces.impl.dv
 interface XSSimpleType
          Deprecated. please use JDK supplied XML parsers and transformers
 

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

Classes in weblogic.apache.xerces.impl.xs that implement XSTypeDecl
 class XSComplexTypeDecl
          Deprecated. please use JDK supplied XML parsers and transformers
 

Fields in weblogic.apache.xerces.impl.xs declared as XSTypeDecl
 XSTypeDecl XSElementDecl.fType
          Deprecated.  
 

Methods in weblogic.apache.xerces.impl.xs that return XSTypeDecl
 XSTypeDecl SchemaGrammar.getGlobalTypeDecl(String declName)
          Deprecated. get one global type
 

Methods in weblogic.apache.xerces.impl.xs with parameters of type XSTypeDecl
 void SchemaGrammar.addGlobalTypeDecl(XSTypeDecl decl)
          Deprecated. register one global type
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalTypeDecl(XSTypeDecl decl)
           
static boolean XSConstraints.checkComplexDerivationOk(XSComplexTypeDecl derived, XSTypeDecl base, short block)
          Deprecated. check whether complex type derived is valid derived from base, given a subset of {restriction, extension}.
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}.
static boolean XSConstraints.checkTypeDerivationOk(XSTypeDecl derived, XSTypeDecl base, short block)
          Deprecated. check whether derived is valid derived from base, given a subset of {restriction, extension}.
static Object XSConstraints.ElementDefaultValidImmediate(XSTypeDecl type, Object value, ValidationContext context, ValidatedInfo vinfo)
          Deprecated. check whether a value is a valid default for some type returns the compiled form of the value The parameter value could be either a String or a ValidatedInfo object
 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.  
 


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