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 XSAttributeGroupDecl
XSComplexTypeDecl. getAttrGrp()
XSAttributeGroupDecl
SchemaGrammar. getGlobalAttributeGroupDecl(String declName)
get one global attribute groupXSAttributeGroupDecl
SchemaGrammar. 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 void
SchemaGrammar.Schema4Annotations. addGlobalAttributeDecl(XSAttributeGroupDecl decl, String location)
void
SchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
register one global attribute groupvoid
SchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location)
void
SchemaGrammar.BuiltinSchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
void
SchemaGrammar.BuiltinSchemaGrammar. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location)
void
SchemaGrammar.Schema4Annotations. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl)
void
SchemaGrammar.Schema4Annotations. addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location)
void
XSComplexTypeDecl. 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.
-