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 SimpleExplicitGroupSchemaFactory. 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 classSimpleExplicitGroupImplAn implementation of the model object 'Simple Explicit Group'.Methods in org.w3._2001.schema.impl that return SimpleExplicitGroup Modifier and Type Method Description SimpleExplicitGroupSchemaFactoryImpl. 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 TSchemaSwitch. caseSimpleExplicitGroup(SimpleExplicitGroup object)Returns the result of interpreting the object as an instance of 'Simple Explicit Group'.booleanSchemaValidator. validateSimpleExplicitGroup(SimpleExplicitGroup simpleExplicitGroup, DiagnosticChain diagnostics, Map<Object,Object> context)
-