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 interfaceAttributeGroupRefA representation of the model object 'Attribute Group Ref'.interfaceNamedAttributeGroupA 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 classAttributeGroupImplAn implementation of the model object 'Attribute Group'.classAttributeGroupRefImplAn implementation of the model object 'Attribute Group Ref'.classNamedAttributeGroupImplAn 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 TSchemaSwitch. caseAttributeGroup(AttributeGroup object)Returns the result of interpreting the object as an instance of 'Attribute Group'.booleanSchemaValidator. validateAttributeGroup(AttributeGroup attributeGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-