Uses of Interface
org.w3._2001.schema.TopLevelElement
-
Packages that use TopLevelElement Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of TopLevelElement in org.w3._2001.schema
Methods in org.w3._2001.schema that return TopLevelElement Modifier and Type Method Description TopLevelElement
SchemaFactory. createTopLevelElement()
Returns a new object of class 'Top Level Element'.TopLevelElement
DocumentRoot. getElement()
Returns the value of the 'Element' containment reference.Methods in org.w3._2001.schema that return types with arguments of type TopLevelElement Modifier and Type Method Description EList<TopLevelElement>
SchemaType. getElement()
Returns the value of the 'Element' containment reference list.Methods in org.w3._2001.schema with parameters of type TopLevelElement Modifier and Type Method Description void
DocumentRoot. setElement(TopLevelElement value)
Sets the value of the 'Element
' containment reference. -
Uses of TopLevelElement in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement TopLevelElement Modifier and Type Class Description class
TopLevelElementImpl
An implementation of the model object 'Top Level Element'.Methods in org.w3._2001.schema.impl that return TopLevelElement Modifier and Type Method Description TopLevelElement
SchemaFactoryImpl. createTopLevelElement()
TopLevelElement
DocumentRootImpl. getElement()
Methods in org.w3._2001.schema.impl that return types with arguments of type TopLevelElement Modifier and Type Method Description EList<TopLevelElement>
SchemaTypeImpl. getElement()
Methods in org.w3._2001.schema.impl with parameters of type TopLevelElement Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetElement(TopLevelElement newElement, NotificationChain msgs)
void
DocumentRootImpl. setElement(TopLevelElement newElement)
-
Uses of TopLevelElement in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type TopLevelElement Modifier and Type Method Description T
SchemaSwitch. caseTopLevelElement(TopLevelElement object)
Returns the result of interpreting the object as an instance of 'Top Level Element'.boolean
SchemaValidator. validateTopLevelElement(TopLevelElement topLevelElement, DiagnosticChain diagnostics, Map<Object,Object> context)
-