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 interfaceGroupRefA representation of the model object 'Group Ref'.interfaceNamedGroupA representation of the model object 'Named Group'.Methods in org.w3._2001.schema that return RealGroup Modifier and Type Method Description RealGroupSchemaFactory. 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 classGroupRefImplAn implementation of the model object 'Group Ref'.classNamedGroupImplAn implementation of the model object 'Named Group'.classRealGroupImplAn implementation of the model object 'Real Group'.Methods in org.w3._2001.schema.impl that return RealGroup Modifier and Type Method Description RealGroupSchemaFactoryImpl. 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 TSchemaSwitch. caseRealGroup(RealGroup object)Returns the result of interpreting the object as an instance of 'Real Group'.booleanSchemaValidator. validateRealGroup(RealGroup realGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-