Class StreamingMarkupWriter

    • Field Detail

      • writer

        protected final Writer writer
      • encoding

        protected final String encoding
      • encodingKnown

        protected boolean encodingKnown
      • writingAttribute

        protected boolean writingAttribute
      • haveHighSurrogate

        protected boolean haveHighSurrogate
    • Constructor Detail

      • StreamingMarkupWriter

        public StreamingMarkupWriter​(Writer writer,
                                     String encoding)
      • StreamingMarkupWriter

        public StreamingMarkupWriter​(Writer writer,
                                     String encoding,
                                     boolean useDoubleQuotes)
      • StreamingMarkupWriter

        public StreamingMarkupWriter​(Writer writer)