Uses of Interface
org.w3._2001.schema.LocalElement
-
Packages that use LocalElement Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of LocalElement in org.w3._2001.schema
Subinterfaces of LocalElement in org.w3._2001.schema Modifier and Type Interface Description interfaceNarrowMaxMinA representation of the model object 'Narrow Max Min'.Methods in org.w3._2001.schema that return LocalElement Modifier and Type Method Description LocalElementSchemaFactory. createLocalElement()Returns a new object of class 'Local Element'.Methods in org.w3._2001.schema that return types with arguments of type LocalElement Modifier and Type Method Description EList<LocalElement>Group. getElement()Returns the value of the 'Element' containment reference list. -
Uses of LocalElement in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement LocalElement Modifier and Type Class Description classLocalElementImplAn implementation of the model object 'Local Element'.classNarrowMaxMinImplAn implementation of the model object 'Narrow Max Min'.Methods in org.w3._2001.schema.impl that return LocalElement Modifier and Type Method Description LocalElementSchemaFactoryImpl. createLocalElement()Methods in org.w3._2001.schema.impl that return types with arguments of type LocalElement Modifier and Type Method Description EList<LocalElement>GroupImpl. getElement() -
Uses of LocalElement in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type LocalElement Modifier and Type Method Description TSchemaSwitch. caseLocalElement(LocalElement object)Returns the result of interpreting the object as an instance of 'Local Element'.booleanSchemaValidator. validateLocalElement(LocalElement localElement, DiagnosticChain diagnostics, Map<Object,Object> context)
-