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

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

Uses of AnnotationElement in org.jibx.schema
 

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

Uses of AnnotationElement in org.jibx.schema.elements
 

Methods in org.jibx.schema.elements that return AnnotationElement
 AnnotationElement AnnotatedBase.getAnnotation()
          Get annotation.
 

Methods in org.jibx.schema.elements with parameters of type AnnotationElement
 void AnnotatedBase.setAnnotation(AnnotationElement ann)
          Set annotation.
 



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