Uses of Class
org.jibx.schema.elements.AnyAttributeElement
-
Packages that use AnyAttributeElement Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of AnyAttributeElement in org.jibx.schema
Methods in org.jibx.schema with parameters of type AnyAttributeElement Modifier and Type Method Description voidSchemaVisitor. exit(AnyAttributeElement node)Exit anyAttribute element.voidSchemaVisitorDelegate. exit(AnyAttributeElement node)booleanSchemaVisitor. visit(AnyAttributeElement node)Visit anyAttribute element.booleanSchemaVisitorDelegate. visit(AnyAttributeElement node) -
Uses of AnyAttributeElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return AnyAttributeElement Modifier and Type Method Description AnyAttributeElementAttributeGroupElement. getAnyAttribute()Get anyAttribute child element.AnyAttributeElementCommonComplexModification. getAnyAttribute()AnyAttributeElementCommonSimpleModification. getAnyAttribute()Get anyAttribute child element.AnyAttributeElementComplexTypeElement. getAnyAttribute()Get anyAttribute child element.AnyAttributeElementIComplexStructure. getAnyAttribute()Get anyAttribute child element.Methods in org.jibx.schema.elements with parameters of type AnyAttributeElement Modifier and Type Method Description voidAttributeGroupElement. setAnyAttribute(AnyAttributeElement element)Set anyAttribute child element.voidCommonComplexModification. setAnyAttribute(AnyAttributeElement element)voidCommonSimpleModification. setAnyAttribute(AnyAttributeElement element)Set anyAttribute child element.voidComplexTypeElement. setAnyAttribute(AnyAttributeElement element)Set anyAttribute child element.voidIComplexStructure. setAnyAttribute(AnyAttributeElement element)Set anyAttribute child element.
-