Package com.thaiopensource.relaxng.edit
Class TextAnnotation
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.AnnotationChild
-
- com.thaiopensource.relaxng.edit.TextAnnotation
-
public class TextAnnotation extends AnnotationChild
-
-
Constructor Summary
Constructors Constructor Description TextAnnotation(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(AnnotationChildVisitor<T> visitor)java.lang.StringgetValue()voidsetValue(java.lang.String value)-
Methods inherited from class com.thaiopensource.relaxng.edit.SourceObject
getSourceLocation, setSourceLocation
-
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
accept
public <T> T accept(AnnotationChildVisitor<T> visitor)
- Specified by:
acceptin classAnnotationChild
-
-