Uses of Interface
org.w3._2001.schema.AttributeGroup
-
Packages that use AttributeGroup Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of AttributeGroup in org.w3._2001.schema
Subinterfaces of AttributeGroup in org.w3._2001.schema Modifier and Type Interface Description interface
AttributeGroupRef
A representation of the model object 'Attribute Group Ref'.interface
NamedAttributeGroup
A representation of the model object 'Named Attribute Group'. -
Uses of AttributeGroup in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement AttributeGroup Modifier and Type Class Description class
AttributeGroupImpl
An implementation of the model object 'Attribute Group'.class
AttributeGroupRefImpl
An implementation of the model object 'Attribute Group Ref'.class
NamedAttributeGroupImpl
An implementation of the model object 'Named Attribute Group'. -
Uses of AttributeGroup in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type AttributeGroup Modifier and Type Method Description T
SchemaSwitch. caseAttributeGroup(AttributeGroup object)
Returns the result of interpreting the object as an instance of 'Attribute Group'.boolean
SchemaValidator. validateAttributeGroup(AttributeGroup attributeGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-