Uses of Interface
org.w3._2001.schema.Group
-
Packages that use Group Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of Group in org.w3._2001.schema
Subinterfaces of Group in org.w3._2001.schema Modifier and Type Interface Description interfaceAllA representation of the model object 'All'.interfaceExplicitGroupA representation of the model object 'Explicit Group'.interfaceGroupRefA representation of the model object 'Group Ref'.interfaceNamedGroupA representation of the model object 'Named Group'.interfaceRealGroupA representation of the model object 'Real Group'.interfaceSimpleExplicitGroupA representation of the model object 'Simple Explicit Group'. -
Uses of Group in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement Group Modifier and Type Class Description classAllImplAn implementation of the model object 'All'.classExplicitGroupImplAn implementation of the model object 'Explicit Group'.classGroupImplAn implementation of the model object 'Group'.classGroupRefImplAn implementation of the model object 'Group Ref'.classNamedGroupImplAn implementation of the model object 'Named Group'.classRealGroupImplAn implementation of the model object 'Real Group'.classSimpleExplicitGroupImplAn implementation of the model object 'Simple Explicit Group'. -
Uses of Group in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type Group Modifier and Type Method Description TSchemaSwitch. caseGroup(Group object)Returns the result of interpreting the object as an instance of 'Group'.booleanSchemaValidator. validateGroup(Group group, DiagnosticChain diagnostics, Map<Object,Object> context)
-