Uses of Interface
org.w3._2001.schema.NamedGroup
-
Packages that use NamedGroup Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of NamedGroup in org.w3._2001.schema
Methods in org.w3._2001.schema that return NamedGroup Modifier and Type Method Description NamedGroup
SchemaFactory. createNamedGroup()
Returns a new object of class 'Named Group'.NamedGroup
DocumentRoot. getGroup()
Returns the value of the 'Group' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NamedGroup Modifier and Type Method Description EList<NamedGroup>
RedefineType. getGroup1()
Returns the value of the 'Group1' containment reference list.EList<NamedGroup>
SchemaType. getGroup2()
Returns the value of the 'Group2' containment reference list.Methods in org.w3._2001.schema with parameters of type NamedGroup Modifier and Type Method Description void
DocumentRoot. setGroup(NamedGroup value)
Sets the value of the 'Group
' containment reference. -
Uses of NamedGroup in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement NamedGroup Modifier and Type Class Description class
NamedGroupImpl
An implementation of the model object 'Named Group'.Methods in org.w3._2001.schema.impl that return NamedGroup Modifier and Type Method Description NamedGroup
SchemaFactoryImpl. createNamedGroup()
NamedGroup
DocumentRootImpl. getGroup()
Methods in org.w3._2001.schema.impl that return types with arguments of type NamedGroup Modifier and Type Method Description EList<NamedGroup>
RedefineTypeImpl. getGroup1()
EList<NamedGroup>
SchemaTypeImpl. getGroup2()
Methods in org.w3._2001.schema.impl with parameters of type NamedGroup Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGroup(NamedGroup newGroup, NotificationChain msgs)
void
DocumentRootImpl. setGroup(NamedGroup newGroup)
-
Uses of NamedGroup in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NamedGroup Modifier and Type Method Description T
SchemaSwitch. caseNamedGroup(NamedGroup object)
Returns the result of interpreting the object as an instance of 'Named Group'.boolean
SchemaValidator. validateNamedGroup(NamedGroup namedGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-