Uses of Interface
org.w3._2001.schema.RealGroup
-
Packages that use RealGroup Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of RealGroup in org.w3._2001.schema
Subinterfaces of RealGroup in org.w3._2001.schema Modifier and Type Interface Description interface
GroupRef
A representation of the model object 'Group Ref'.interface
NamedGroup
A representation of the model object 'Named Group'.Methods in org.w3._2001.schema that return RealGroup Modifier and Type Method Description RealGroup
SchemaFactory. createRealGroup()
Returns a new object of class 'Real Group'. -
Uses of RealGroup in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement RealGroup Modifier and Type Class Description class
GroupRefImpl
An implementation of the model object 'Group Ref'.class
NamedGroupImpl
An implementation of the model object 'Named Group'.class
RealGroupImpl
An implementation of the model object 'Real Group'.Methods in org.w3._2001.schema.impl that return RealGroup Modifier and Type Method Description RealGroup
SchemaFactoryImpl. createRealGroup()
-
Uses of RealGroup in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type RealGroup Modifier and Type Method Description T
SchemaSwitch. caseRealGroup(RealGroup object)
Returns the result of interpreting the object as an instance of 'Real Group'.boolean
SchemaValidator. validateRealGroup(RealGroup realGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-