Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
Packages that use XSAttributeGroupDecl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs -
-
Uses of XSAttributeGroupDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSAttributeGroupDecl Modifier and Type Method Description XSAttributeGroupDeclXSComplexTypeDecl. getAttrGrp()XSAttributeGroupDeclSchemaGrammar. getGlobalAttributeGroupDecl(String declName)get one global attribute groupXSAttributeGroupDeclSchemaGrammar. getGlobalAttributeGroupDecl(String declName, String location)Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSAttributeGroupDecl Modifier and Type Method Description voidSchemaGrammar.Schema4Annotations. addGlobalAttributeDecl(XSAttributeGroupDecl decl, String location)voidSchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)register one global attribute groupvoidSchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location)voidSchemaGrammar.Schema4Annotations. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)voidSchemaGrammar.Schema4Annotations. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location)voidXSComplexTypeDecl. setValues(String name, String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle, XSObjectListImpl annotations)Object[]XSAttributeGroupDecl. validRestrictionOf(String typeName, XSAttributeGroupDecl baseGroup)Check that the attributes in this group validly restrict those from a base group.
-