Package com.thaiopensource.relaxng.edit
Class Comment
- java.lang.Object
-
- com.thaiopensource.relaxng.edit.SourceObject
-
- com.thaiopensource.relaxng.edit.AnnotationChild
-
- com.thaiopensource.relaxng.edit.Comment
-
public class Comment extends AnnotationChild
-
-
Constructor Summary
Constructors Constructor Description Comment(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
-
-