Uses of Interface
org.w3._2001.schema.SimpleExplicitGroup
-
Packages that use SimpleExplicitGroup Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of SimpleExplicitGroup in org.w3._2001.schema
Methods in org.w3._2001.schema that return SimpleExplicitGroup Modifier and Type Method Description SimpleExplicitGroup
SchemaFactory. createSimpleExplicitGroup()
Returns a new object of class 'Simple Explicit Group'. -
Uses of SimpleExplicitGroup in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement SimpleExplicitGroup Modifier and Type Class Description class
SimpleExplicitGroupImpl
An implementation of the model object 'Simple Explicit Group'.Methods in org.w3._2001.schema.impl that return SimpleExplicitGroup Modifier and Type Method Description SimpleExplicitGroup
SchemaFactoryImpl. createSimpleExplicitGroup()
-
Uses of SimpleExplicitGroup in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type SimpleExplicitGroup Modifier and Type Method Description T
SchemaSwitch. caseSimpleExplicitGroup(SimpleExplicitGroup object)
Returns the result of interpreting the object as an instance of 'Simple Explicit Group'.boolean
SchemaValidator. validateSimpleExplicitGroup(SimpleExplicitGroup simpleExplicitGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-