Uses of Interface
org.w3._2001.schema.NamedAttributeGroup
Packages that use NamedAttributeGroup
-
Uses of NamedAttributeGroup in org.w3._2001.schema
Methods in org.w3._2001.schema that return NamedAttributeGroupModifier and TypeMethodDescriptionSchemaFactory.createNamedAttributeGroup()
Returns a new object of class 'Named Attribute Group'.DocumentRoot.getAttributeGroup()
Returns the value of the 'Attribute Group' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NamedAttributeGroupModifier and TypeMethodDescriptionEList<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 NamedAttributeGroupModifier and TypeMethodDescriptionvoid
DocumentRoot.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 NamedAttributeGroupModifier and TypeClassDescriptionclass
An implementation of the model object 'Named Attribute Group'.Methods in org.w3._2001.schema.impl that return NamedAttributeGroupModifier and TypeMethodDescriptionSchemaFactoryImpl.createNamedAttributeGroup()
DocumentRootImpl.getAttributeGroup()
Methods in org.w3._2001.schema.impl that return types with arguments of type NamedAttributeGroupModifier and TypeMethodDescriptionEList<NamedAttributeGroup>
RedefineTypeImpl.getAttributeGroup()
EList<NamedAttributeGroup>
SchemaTypeImpl.getAttributeGroup()
Methods in org.w3._2001.schema.impl with parameters of type NamedAttributeGroupModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAttributeGroup
(NamedAttributeGroup newAttributeGroup, NotificationChain msgs) void
DocumentRootImpl.setAttributeGroup
(NamedAttributeGroup newAttributeGroup) -
Uses of NamedAttributeGroup in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NamedAttributeGroupModifier and TypeMethodDescriptionSchemaSwitch.caseNamedAttributeGroup
(NamedAttributeGroup object) Returns the result of interpreting the object as an instance of 'Named Attribute Group'.boolean
SchemaValidator.validateNamedAttributeGroup
(NamedAttributeGroup namedAttributeGroup, DiagnosticChain diagnostics, Map<Object, Object> context)