Uses of Interface
org.w3._2001.schema.AttributeGroupRef
-
Packages that use AttributeGroupRef Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of AttributeGroupRef in org.w3._2001.schema
Methods in org.w3._2001.schema that return AttributeGroupRef Modifier and Type Method Description AttributeGroupRefSchemaFactory. createAttributeGroupRef()Returns a new object of class 'Attribute Group Ref'.Methods in org.w3._2001.schema that return types with arguments of type AttributeGroupRef Modifier and Type Method Description EList<AttributeGroupRef>AttributeGroup. getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list.EList<AttributeGroupRef>ComplexType. getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list.EList<AttributeGroupRef>ExtensionType. getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list.EList<AttributeGroupRef>RestrictionType. getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list. -
Uses of AttributeGroupRef in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement AttributeGroupRef Modifier and Type Class Description classAttributeGroupRefImplAn implementation of the model object 'Attribute Group Ref'.Methods in org.w3._2001.schema.impl that return AttributeGroupRef Modifier and Type Method Description AttributeGroupRefSchemaFactoryImpl. createAttributeGroupRef()Methods in org.w3._2001.schema.impl that return types with arguments of type AttributeGroupRef Modifier and Type Method Description EList<AttributeGroupRef>AttributeGroupImpl. getAttributeGroup()EList<AttributeGroupRef>ComplexTypeImpl. getAttributeGroup()EList<AttributeGroupRef>ExtensionTypeImpl. getAttributeGroup()EList<AttributeGroupRef>RestrictionTypeImpl. getAttributeGroup() -
Uses of AttributeGroupRef in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type AttributeGroupRef Modifier and Type Method Description TSchemaSwitch. caseAttributeGroupRef(AttributeGroupRef object)Returns the result of interpreting the object as an instance of 'Attribute Group Ref'.booleanSchemaValidator. validateAttributeGroupRef(AttributeGroupRef attributeGroupRef, DiagnosticChain diagnostics, Map<Object,Object> context)
-