convert.relaxng.edit
Class TextAnnotation

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

public class TextAnnotation
extends AnnotationChild


Constructor Summary
TextAnnotation(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

TextAnnotation

public TextAnnotation(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