convert.relaxng.edit
Class AnnotationChild

java.lang.Object
  extended by convert.relaxng.edit.SourceObject
      extended by convert.relaxng.edit.AnnotationChild
Direct Known Subclasses:
Comment, ElementAnnotation, TextAnnotation

public abstract class AnnotationChild
extends SourceObject


Constructor Summary
AnnotationChild()
           
 
Method Summary
abstract
<T> T
accept(AnnotationChildVisitor<T> visitor)
           
 
Methods inherited from class convert.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationChild

public AnnotationChild()
Method Detail

accept

public abstract <T> T accept(AnnotationChildVisitor<T> visitor)