Uses of Class
convert.relaxng.output.xsd.basic.AttributeUse

Packages that use AttributeUse
convert.relaxng.output.xsd.basic   
 

Uses of AttributeUse in convert.relaxng.output.xsd.basic
 

Subclasses of AttributeUse in convert.relaxng.output.xsd.basic
 class Attribute
           
 class AttributeGroup
           
 class AttributeGroupRef
           
 class AttributeUseChoice
           
 class OptionalAttribute
           
 class SingleAttributeUse
           
 class WildcardAttribute
           
 

Methods in convert.relaxng.output.xsd.basic that return AttributeUse
 AttributeUse AttributeGroupDefinition.getAttributeUses()
           
 AttributeUse ComplexTypeAllowedContent.getAttributeUses()
           
 AttributeUse SchemaTransformer.visitAttribute(Attribute a)
           
 AttributeUse SchemaTransformer.visitAttributeGroup(AttributeGroup a)
           
 AttributeUse SchemaTransformer.visitAttributeGroupRef(AttributeGroupRef a)
           
 AttributeUse SchemaTransformer.visitAttributeUseChoice(AttributeUseChoice a)
           
 AttributeUse SchemaTransformer.visitOptionalAttribute(OptionalAttribute a)
           
 AttributeUse SchemaTransformer.visitWildcardAttribute(WildcardAttribute a)
           
 

Methods in convert.relaxng.output.xsd.basic that return types with arguments of type AttributeUse
 java.util.List<AttributeUse> AttributeGroup.getChildren()
           
 java.util.List<AttributeUse> SchemaTransformer.transformAttributeUseList(java.util.List<AttributeUse> list)
           
 

Methods in convert.relaxng.output.xsd.basic with parameters of type AttributeUse
 void Schema.defineAttributeGroup(java.lang.String name, AttributeUse attributeUses, SourceLocation location, Annotation annotation)
           
 void AttributeGroupDefinition.setAttributeUses(AttributeUse attributeUses)
           
 

Method parameters in convert.relaxng.output.xsd.basic with type arguments of type AttributeUse
 java.util.List<AttributeUse> SchemaTransformer.transformAttributeUseList(java.util.List<AttributeUse> list)
           
 

Constructors in convert.relaxng.output.xsd.basic with parameters of type AttributeUse
AttributeGroupDefinition(SourceLocation location, Annotation annotation, Schema parentSchema, java.lang.String name, AttributeUse attributeUses)
           
ComplexTypeAllowedContent(AttributeUse attributeUses)
           
ComplexTypeComplexContent(AttributeUse attributeUses, Particle particle, boolean mixed)
          particle may be null
ComplexTypeSimpleContent(AttributeUse attributeUses, SimpleType simpleType)
           
 

Constructor parameters in convert.relaxng.output.xsd.basic with type arguments of type AttributeUse
AttributeGroup(SourceLocation location, Annotation annotation, java.util.List<AttributeUse> children)
           
AttributeUseChoice(SourceLocation location, Annotation annotation, java.util.List<AttributeUse> children)