Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XSComplexTypeDecl
-
Packages that use XSComplexTypeDecl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models -
-
Uses of XSComplexTypeDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSComplexTypeDecl Modifier and Type Field Description static XSComplexTypeDeclSchemaGrammar. fAnyTypeMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSComplexTypeDecl Modifier and Type Method Description XSComplexTypeDeclXSDeclarationPool. getComplexTypeDecl()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSComplexTypeDecl Modifier and Type Method Description voidSchemaGrammar. addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)add one complex type decl: for later constraint checkingvoidSchemaGrammar.BuiltinSchemaGrammar. addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)voidSchemaGrammar.Schema4Annotations. addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator)voidSchemaGrammar. addGlobalComplexTypeDecl(XSComplexTypeDecl decl)register one global complex typevoidSchemaGrammar. addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalComplexTypeDecl(XSComplexTypeDecl decl)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location)voidSchemaGrammar.Schema4Annotations. addGlobalComplexTypeDecl(XSComplexTypeDecl decl)voidSchemaGrammar.Schema4Annotations. addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location)static booleanXSConstraints. checkComplexDerivationOk(XSComplexTypeDecl derived, XSTypeDefinition base, short block)check whether complex type derived is valid derived from base, given a subset of {restriction, extension}.static voidXSConstraints. checkElementDeclsConsistent(XSComplexTypeDecl type, XSParticleDecl particle, SymbolHash elemDeclHash, SubstitutionGroupHandler sgHandler)static voidXSConstraints. findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash)voidXSElementDecl. setIsLocal(XSComplexTypeDecl enclosingCT)voidXSAttributeDecl. setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations) -
Uses of XSComplexTypeDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models with parameters of type XSComplexTypeDecl Modifier and Type Method Description XSCMValidatorCMBuilder. getContentModel(XSComplexTypeDecl typeDecl, boolean forUPA)Get content model for the a given type
-