public class StreamingMarkupWriter extends Writer
| Modifiers | Name | Description | 
|---|---|---|
protected CharsetEncoder  | 
                            encoder | 
                            |
protected String  | 
                            encoding | 
                            |
protected boolean  | 
                            encodingKnown | 
                            |
protected boolean  | 
                            haveHighSurrogate | 
                            |
protected StringBuilder  | 
                            surrogatePair | 
                            |
protected Writer  | 
                            writer | 
                            |
protected boolean  | 
                            writingAttribute | 
                            
| Constructor and description | 
|---|
                                StreamingMarkupWriter(Writer writer, String encoding) | 
                        
                                StreamingMarkupWriter(Writer writer, String encoding, boolean useDoubleQuotes) | 
                        
                                StreamingMarkupWriter(Writer writer) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public void | 
                            close() | 
                        
 | 
                            public void | 
                            close() | 
                        
 | 
                            public Writer | 
                            escaped() | 
                        
 | 
                            public Writer | 
                            escaped() | 
                        
 | 
                            public void | 
                            flush() | 
                        
 | 
                            public void | 
                            flush() | 
                        
 | 
                            public String | 
                            getEncoding() | 
                        
 | 
                            public boolean | 
                            getEncodingKnown() | 
                        
 | 
                            public void | 
                            setWritingAttribute(boolean writingAttribute) | 
                        
 | 
                            public void | 
                            setWritingAttribute(boolean writingAttribute) | 
                        
 | 
                            public Writer | 
                            unescaped() | 
                        
 | 
                            public Writer | 
                            unescaped() | 
                        
 | 
                            public void | 
                            write(int c) | 
                        
 | 
                            public void | 
                            write(char[] cbuf, int off, int len) | 
                        
 | 
                            public void | 
                            write(int c) | 
                        
 | 
                            public void | 
                            write(char[] cbuf, int off, int len) | 
                        
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.