Uses of Class
org.jibx.schema.elements.AnyAttributeElement

Packages that use AnyAttributeElement
org.jibx.schema   
org.jibx.schema.elements   
 

Uses of AnyAttributeElement in org.jibx.schema
 

Methods in org.jibx.schema with parameters of type AnyAttributeElement
 void SchemaVisitorDelegate.exit(AnyAttributeElement node)
           
 void SchemaVisitor.exit(AnyAttributeElement node)
          Exit anyAttribute element.
 boolean SchemaVisitorDelegate.visit(AnyAttributeElement node)
           
 boolean SchemaVisitor.visit(AnyAttributeElement node)
          Visit anyAttribute element.
 

Uses of AnyAttributeElement in org.jibx.schema.elements
 

Methods in org.jibx.schema.elements that return AnyAttributeElement
 AnyAttributeElement CommonComplexModification.getAnyAttribute()
           
 AnyAttributeElement AttributeGroupElement.getAnyAttribute()
          Get anyAttribute child element.
 AnyAttributeElement CommonSimpleModification.getAnyAttribute()
          Get anyAttribute child element.
 AnyAttributeElement ComplexTypeElement.getAnyAttribute()
          Get anyAttribute child element.
 AnyAttributeElement IComplexStructure.getAnyAttribute()
          Get anyAttribute child element.
 

Methods in org.jibx.schema.elements with parameters of type AnyAttributeElement
 void CommonComplexModification.setAnyAttribute(AnyAttributeElement element)
           
 void AttributeGroupElement.setAnyAttribute(AnyAttributeElement element)
          Set anyAttribute child element.
 void CommonSimpleModification.setAnyAttribute(AnyAttributeElement element)
          Set anyAttribute child element.
 void ComplexTypeElement.setAnyAttribute(AnyAttributeElement element)
          Set anyAttribute child element.
 void IComplexStructure.setAnyAttribute(AnyAttributeElement element)
          Set anyAttribute child element.
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.