convert.relaxng.edit
Class Comment

java.lang.Object
  extended by convert.relaxng.edit.SourceObject
      extended by convert.relaxng.edit.AnnotationChild
          extended by convert.relaxng.edit.Comment

public class Comment
extends AnnotationChild


Constructor Summary
Comment(java.lang.String value)
           
 
Method Summary
<T> T
accept(AnnotationChildVisitor<T> visitor)
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
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

Comment

public Comment(java.lang.String value)
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:
accept in class AnnotationChild