Uses of Interface
org.w3._2001.schema.Element
-
Packages that use Element Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of Element in org.w3._2001.schema
Subinterfaces of Element in org.w3._2001.schema Modifier and Type Interface Description interface
LocalElement
A representation of the model object 'Local Element'.interface
NarrowMaxMin
A representation of the model object 'Narrow Max Min'.interface
TopLevelElement
A representation of the model object 'Top Level Element'. -
Uses of Element in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement Element Modifier and Type Class Description class
ElementImpl
An implementation of the model object 'Element'.class
LocalElementImpl
An implementation of the model object 'Local Element'.class
NarrowMaxMinImpl
An implementation of the model object 'Narrow Max Min'.class
TopLevelElementImpl
An implementation of the model object 'Top Level Element'. -
Uses of Element in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type Element Modifier and Type Method Description T
SchemaSwitch. caseElement(Element object)
Returns the result of interpreting the object as an instance of 'Element'.boolean
SchemaValidator. validateElement(Element element, DiagnosticChain diagnostics, Map<Object,Object> context)
-