Uses of Interface
org.w3._2001.schema.Attribute
-
Packages that use Attribute Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of Attribute in org.w3._2001.schema
Subinterfaces of Attribute in org.w3._2001.schema Modifier and Type Interface Description interface
TopLevelAttribute
A representation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema that return Attribute Modifier and Type Method Description Attribute
SchemaFactory. createAttribute()
Returns a new object of class 'Attribute'.Methods in org.w3._2001.schema that return types with arguments of type Attribute Modifier and Type Method Description EList<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 Attribute Modifier and Type Class Description class
AttributeImpl
An implementation of the model object 'Attribute'.class
TopLevelAttributeImpl
An implementation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema.impl that return Attribute Modifier and Type Method Description Attribute
SchemaFactoryImpl. createAttribute()
Methods in org.w3._2001.schema.impl that return types with arguments of type Attribute Modifier and Type Method Description EList<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 Attribute Modifier and Type Method Description T
SchemaSwitch. 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)
-