Class TagWriter


  • public class TagWriter
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TagWriter​(java.io.OutputStreamWriter outputStreamWriter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void flush()  
      void write​(String str)  
      void writeLine​(String line)  
      void writeTag​(String tag)  
      void writeTag​(String tag, String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagWriter

        public TagWriter​(java.io.OutputStreamWriter outputStreamWriter)
    • Method Detail

      • write

        public void write​(String str)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeLine

        public void writeLine​(String line)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTag

        public void writeTag​(String tag)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTag

        public void writeTag​(String tag,
                             String value)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • flush

        public void flush()
                   throws java.io.IOException
        Throws:
        java.io.IOException