Uses of Interface
org.w3._2001.schema.SelectorType
Packages that use SelectorType
-
Uses of SelectorType in org.w3._2001.schema
Methods in org.w3._2001.schema that return SelectorTypeModifier and TypeMethodDescriptionSchemaFactory.createSelectorType()
Returns a new object of class 'Selector Type'.DocumentRoot.getSelector()
Returns the value of the 'Selector' containment reference.Keybase.getSelector()
Returns the value of the 'Selector' containment reference.Methods in org.w3._2001.schema with parameters of type SelectorTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSelector
(SelectorType value) Sets the value of the 'Selector
' containment reference.void
Keybase.setSelector
(SelectorType value) Sets the value of the 'Selector
' containment reference. -
Uses of SelectorType in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement SelectorTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Selector Type'.Fields in org.w3._2001.schema.impl declared as SelectorTypeModifier and TypeFieldDescriptionprotected SelectorType
KeybaseImpl.selector
The cached value of the 'Selector
' containment reference.Methods in org.w3._2001.schema.impl that return SelectorTypeModifier and TypeMethodDescriptionSchemaFactoryImpl.createSelectorType()
DocumentRootImpl.getSelector()
KeybaseImpl.getSelector()
Methods in org.w3._2001.schema.impl with parameters of type SelectorTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSelector
(SelectorType newSelector, NotificationChain msgs) NotificationChain
KeybaseImpl.basicSetSelector
(SelectorType newSelector, NotificationChain msgs) void
DocumentRootImpl.setSelector
(SelectorType newSelector) void
KeybaseImpl.setSelector
(SelectorType newSelector) -
Uses of SelectorType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type SelectorTypeModifier and TypeMethodDescriptionSchemaSwitch.caseSelectorType
(SelectorType object) Returns the result of interpreting the object as an instance of 'Selector Type'.boolean
SchemaValidator.validateSelectorType
(SelectorType selectorType, DiagnosticChain diagnostics, Map<Object, Object> context)