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 TopLevelElementSchemaFactory. createTopLevelElement()Returns a new object of class 'Top Level Element'.TopLevelElementDocumentRoot. 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 voidDocumentRoot. 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 classTopLevelElementImplAn implementation of the model object 'Top Level Element'.Methods in org.w3._2001.schema.impl that return TopLevelElement Modifier and Type Method Description TopLevelElementSchemaFactoryImpl. createTopLevelElement()TopLevelElementDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetElement(TopLevelElement newElement, NotificationChain msgs)voidDocumentRootImpl. 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 TSchemaSwitch. caseTopLevelElement(TopLevelElement object)Returns the result of interpreting the object as an instance of 'Top Level Element'.booleanSchemaValidator. validateTopLevelElement(TopLevelElement topLevelElement, DiagnosticChain diagnostics, Map<Object,Object> context)
-