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 interfaceTopLevelAttributeA representation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema that return Attribute Modifier and Type Method Description AttributeSchemaFactory. 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 classAttributeImplAn implementation of the model object 'Attribute'.classTopLevelAttributeImplAn implementation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema.impl that return Attribute Modifier and Type Method Description AttributeSchemaFactoryImpl. 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 TSchemaSwitch. caseAttribute(Attribute object)Returns the result of interpreting the object as an instance of 'Attribute'.booleanSchemaValidator. validateAttribute(Attribute attribute, DiagnosticChain diagnostics, Map<Object,Object> context)
-