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 interface
NarrowMaxMin
A representation of the model object 'Narrow Max Min'.Methods in org.w3._2001.schema that return LocalElement Modifier and Type Method Description LocalElement
SchemaFactory. 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 class
LocalElementImpl
An implementation of the model object 'Local Element'.class
NarrowMaxMinImpl
An implementation of the model object 'Narrow Max Min'.Methods in org.w3._2001.schema.impl that return LocalElement Modifier and Type Method Description LocalElement
SchemaFactoryImpl. 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 T
SchemaSwitch. caseLocalElement(LocalElement object)
Returns the result of interpreting the object as an instance of 'Local Element'.boolean
SchemaValidator. validateLocalElement(LocalElement localElement, DiagnosticChain diagnostics, Map<Object,Object> context)
-