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 NamedAttributeGroup
SchemaFactory. createNamedAttributeGroup()
Returns a new object of class 'Named Attribute Group'.NamedAttributeGroup
DocumentRoot. 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 void
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 NamedAttributeGroup Modifier and Type Class Description class
NamedAttributeGroupImpl
An implementation of the model object 'Named Attribute Group'.Methods in org.w3._2001.schema.impl that return NamedAttributeGroup Modifier and Type Method Description NamedAttributeGroup
SchemaFactoryImpl. createNamedAttributeGroup()
NamedAttributeGroup
DocumentRootImpl. 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 NotificationChain
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 NamedAttributeGroup Modifier and Type Method Description T
SchemaSwitch. 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)
-