Class text_xml

  • All Implemented Interfaces:
    javax.activation.DataContentHandler

    public class text_xml
    extends text_plain
    DataContentHandler for text/xml.
    • Constructor Summary

      Constructors 
      Constructor Description
      text_xml()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeTo​(java.lang.Object obj, java.lang.String mimeType, java.io.OutputStream os)
      Write the object to the output stream, using the specified MIME type.
      • Methods inherited from class java.lang.Object

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

      • text_xml

        public text_xml()
    • Method Detail

      • writeTo

        public void writeTo​(java.lang.Object obj,
                            java.lang.String mimeType,
                            java.io.OutputStream os)
                     throws java.io.IOException
        Description copied from class: text_plain
        Write the object to the output stream, using the specified MIME type.
        Specified by:
        writeTo in interface javax.activation.DataContentHandler
        Overrides:
        writeTo in class text_plain
        Throws:
        java.io.IOException