Uses of Interface
org.w3._2001.schema.Attribute
Packages that use Attribute
-
Uses of Attribute in org.w3._2001.schema
Subinterfaces of Attribute in org.w3._2001.schemaModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema that return AttributeModifier and TypeMethodDescriptionSchemaFactory.createAttribute()
Returns a new object of class 'Attribute'.Methods in org.w3._2001.schema that return types with arguments of type AttributeModifier and TypeMethodDescriptionEList<Attribute>
AttributeGroup.getAttribute()
Returns the value of the 'Attribute' containment reference list.EList<Attribute>
ComplexType.getAttribute()
Returns the value of the 'Attribute' containment reference list.EList<Attribute>
ExtensionType.getAttribute()
Returns the value of the 'Attribute' containment reference list.EList<Attribute>
RestrictionType.getAttribute()
Returns the value of the 'Attribute' containment reference list. -
Uses of Attribute in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement AttributeModifier and TypeClassDescriptionclass
An implementation of the model object 'Attribute'.class
An implementation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema.impl that return AttributeMethods in org.w3._2001.schema.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionEList<Attribute>
AttributeGroupImpl.getAttribute()
EList<Attribute>
ComplexTypeImpl.getAttribute()
EList<Attribute>
ExtensionTypeImpl.getAttribute()
EList<Attribute>
RestrictionTypeImpl.getAttribute()
-
Uses of Attribute in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type AttributeModifier and TypeMethodDescriptionSchemaSwitch.caseAttribute
(Attribute object) Returns the result of interpreting the object as an instance of 'Attribute'.boolean
SchemaValidator.validateAttribute
(Attribute attribute, DiagnosticChain diagnostics, Map<Object, Object> context)