Class DocumentXmlStreamWriter

  • All Implemented Interfaces:
    org.n52.janmayen.component.Component<StreamWriterKey>, org.n52.janmayen.component.Keyed<StreamWriterKey>, StreamWriter<java.lang.Object>

    public class DocumentXmlStreamWriter
    extends org.n52.iceland.util.XmlFactories
    implements StreamWriter<java.lang.Object>
    TODO JavaDoc
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<StreamWriterKey> getKeys()  
      void write​(java.lang.Object object, java.io.OutputStream stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class org.n52.iceland.util.XmlFactories

        createIndentingTransformer, documentEncoding, documentVersion, eof, eventFactory, inputFactory, outputFactory, transformerFactory, unexpectedTag
    • Method Detail

      • write

        public void write​(java.lang.Object object,
                          java.io.OutputStream stream)
                   throws org.n52.svalbard.encode.exception.EncodingException
        Specified by:
        write in interface StreamWriter<java.lang.Object>
        Throws:
        org.n52.svalbard.encode.exception.EncodingException