Uses of Class
org.apache.xerces.impl.xs.XSComplexTypeDecl

Packages that use XSComplexTypeDecl
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.models   
 

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

Fields in org.apache.xerces.impl.xs declared as XSComplexTypeDecl
static XSComplexTypeDecl SchemaGrammar.fAnyType
           
 

Methods in org.apache.xerces.impl.xs that return XSComplexTypeDecl
 XSComplexTypeDecl XSDeclarationPool.getComplexTypeDecl()
           
 

Methods in org.apache.xerces.impl.xs with parameters of type XSComplexTypeDecl
 void SchemaGrammar.addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)
          add one complex type decl: for later constraint checking
 void SchemaGrammar.BuiltinSchemaGrammar.addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)
           
 void SchemaGrammar.Schema4Annotations.addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)
           
 void SchemaGrammar.addGlobalComplexTypeDecl(XSComplexTypeDecl decl)
          register one global complex type
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalComplexTypeDecl(XSComplexTypeDecl decl)
           
 void SchemaGrammar.Schema4Annotations.addGlobalComplexTypeDecl(XSComplexTypeDecl decl)
           
 void SchemaGrammar.addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location)
           
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location)
           
 void SchemaGrammar.Schema4Annotations.addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location)
           
static boolean XSConstraints.checkComplexDerivationOk(XSComplexTypeDecl derived, XSTypeDefinition base, short block)
          check whether complex type derived is valid derived from base, given a subset of {restriction, extension}.
static void XSConstraints.checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)
           
static void XSConstraints.findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash)
           
 void XSElementDecl.setIsLocal(XSComplexTypeDecl enclosingCT)
           
 void XSAttributeDecl.setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations)
           
 

Uses of XSComplexTypeDecl in org.apache.xerces.impl.xs.models
 

Methods in org.apache.xerces.impl.xs.models with parameters of type XSComplexTypeDecl
 XSCMValidator CMBuilder.getContentModel(XSComplexTypeDecl typeDecl, boolean forUPA)
          Get content model for the a given type
 



Copyright © 2011. All Rights Reserved.