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 interface
All
A representation of the model object 'All'.interface
ExplicitGroup
A representation of the model object 'Explicit Group'.interface
GroupRef
A representation of the model object 'Group Ref'.interface
NamedGroup
A representation of the model object 'Named Group'.interface
RealGroup
A representation of the model object 'Real Group'.interface
SimpleExplicitGroup
A 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 class
AllImpl
An implementation of the model object 'All'.class
ExplicitGroupImpl
An implementation of the model object 'Explicit Group'.class
GroupImpl
An implementation of the model object 'Group'.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'.class
SimpleExplicitGroupImpl
An 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 T
SchemaSwitch. caseGroup(Group object)
Returns the result of interpreting the object as an instance of 'Group'.boolean
SchemaValidator. validateGroup(Group group, DiagnosticChain diagnostics, Map<Object,Object> context)
-