Class GenericInlineWriter<S extends org.apache.uima.jcas.tcas.Annotation>

java.lang.Object
de.unistuttgart.ims.uima.io.xml.GenericInlineWriter<S>
Direct Known Subclasses:
GenericXmlWriter

public class GenericInlineWriter<S extends org.apache.uima.jcas.tcas.Annotation>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    GenericInlineWriter​(java.lang.Class<S> clz)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Class<S> getAnnotationClass()  
    InlineTagFactory<S> getTagFactory()  
    void setAnnotationClass​(java.lang.Class<S> annotationClass)  
    void setTagFactory​(InlineTagFactory<S> tagFactory)  
    void write​(org.apache.uima.jcas.JCas jcas, java.io.OutputStream os)  
    void write​(org.apache.uima.jcas.JCas jcas, java.io.OutputStream os, int begin, int end)  
    void write​(org.apache.uima.jcas.JCas jcas, java.lang.Appendable os)  
    void write​(org.apache.uima.jcas.JCas jcas, java.lang.Appendable os, int begin, int end)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • write

      public void write​(org.apache.uima.jcas.JCas jcas, java.lang.Appendable os)
    • write

      public void write​(org.apache.uima.jcas.JCas jcas, java.io.OutputStream os)
    • write

      public void write​(org.apache.uima.jcas.JCas jcas, java.io.OutputStream os, int begin, int end)
    • write

      public void write​(org.apache.uima.jcas.JCas jcas, java.lang.Appendable os, int begin, int end)
    • getAnnotationClass

      public java.lang.Class<S> getAnnotationClass()
    • setAnnotationClass

      public void setAnnotationClass​(java.lang.Class<S> annotationClass)
    • getTagFactory

      public InlineTagFactory<S> getTagFactory()
    • setTagFactory

      public void setTagFactory​(InlineTagFactory<S> tagFactory)