Package com.thaiopensource.relaxng.edit
Class AnnotationChild
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.AnnotationChild
-
- Direct Known Subclasses:
Comment,ElementAnnotation,TextAnnotation
public abstract class AnnotationChild extends SourceObject
-
-
Constructor Summary
Constructors Constructor Description AnnotationChild()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> Taccept(AnnotationChildVisitor<T> visitor)-
Methods inherited from class com.thaiopensource.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
-
-
-
-
Method Detail
-
accept
public abstract <T> T accept(AnnotationChildVisitor<T> visitor)
-
-