Uses of Interface
org.w3._2001.schema.NamedAttributeGroup
-
Packages that use NamedAttributeGroup Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of NamedAttributeGroup in org.w3._2001.schema
Methods in org.w3._2001.schema that return NamedAttributeGroup Modifier and Type Method Description NamedAttributeGroupSchemaFactory. createNamedAttributeGroup()Returns a new object of class 'Named Attribute Group'.NamedAttributeGroupDocumentRoot. getAttributeGroup()Returns the value of the 'Attribute Group' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NamedAttributeGroup Modifier and Type Method Description EList<NamedAttributeGroup>RedefineType. getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list.EList<NamedAttributeGroup>SchemaType. getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list.Methods in org.w3._2001.schema with parameters of type NamedAttributeGroup Modifier and Type Method Description voidDocumentRoot. setAttributeGroup(NamedAttributeGroup value)Sets the value of the 'Attribute Group' containment reference. -
Uses of NamedAttributeGroup in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement NamedAttributeGroup Modifier and Type Class Description classNamedAttributeGroupImplAn implementation of the model object 'Named Attribute Group'.Methods in org.w3._2001.schema.impl that return NamedAttributeGroup Modifier and Type Method Description NamedAttributeGroupSchemaFactoryImpl. createNamedAttributeGroup()NamedAttributeGroupDocumentRootImpl. getAttributeGroup()Methods in org.w3._2001.schema.impl that return types with arguments of type NamedAttributeGroup Modifier and Type Method Description EList<NamedAttributeGroup>RedefineTypeImpl. getAttributeGroup()EList<NamedAttributeGroup>SchemaTypeImpl. getAttributeGroup()Methods in org.w3._2001.schema.impl with parameters of type NamedAttributeGroup Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAttributeGroup(NamedAttributeGroup newAttributeGroup, NotificationChain msgs)voidDocumentRootImpl. setAttributeGroup(NamedAttributeGroup newAttributeGroup) -
Uses of NamedAttributeGroup in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NamedAttributeGroup Modifier and Type Method Description TSchemaSwitch. caseNamedAttributeGroup(NamedAttributeGroup object)Returns the result of interpreting the object as an instance of 'Named Attribute Group'.booleanSchemaValidator. validateNamedAttributeGroup(NamedAttributeGroup namedAttributeGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-