| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.Writer
groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
public class StreamingMarkupWriter extends Writer
| Field Summary | |
|---|---|
        protected CharsetEncoder | 
        
            encoder
             | 
        
        protected String | 
        
            encoding
             | 
        
        protected boolean | 
        
            encodingKnown
             | 
        
        protected boolean | 
        
            haveHighSurrogate
             | 
        
        protected StringBuffer | 
        
            surrogatePair
             | 
        
        protected Writer | 
        
            writer
             | 
        
        protected boolean | 
        
            writingAttribute
             | 
        
| Constructor Summary | |
            StreamingMarkupWriter(Writer writer, String encoding)
             | 
        |
            StreamingMarkupWriter(Writer writer)
             | 
        |
| Method Summary | |
|---|---|
            void
         | 
        
            close()
             | 
        
            Writer
         | 
        
            escaped()
             | 
        
            void
         | 
        
            flush()
             | 
        
            String
         | 
        
            getEncoding()
             | 
        
            boolean
         | 
        
            getEncodingKnown()
             | 
        
            void
         | 
        
            setWritingAttribute(boolean writingAttribute)
             | 
        
            Writer
         | 
        
            unescaped()
             | 
        
            void
         | 
        
            write(int c)
             | 
        
            void
         | 
        
            write(char[] cbuf, int off, int len)
             | 
        
| Methods inherited from class Writer | |
|---|---|
| append, append, append, append, append, append, write, write, write, write, write, close, flush, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Field Detail | 
|---|
protected final CharsetEncoder encoder
protected final String encoding
protected boolean encodingKnown
protected boolean haveHighSurrogate
protected StringBuffer surrogatePair
protected final Writer writer
protected boolean writingAttribute
| Constructor Detail | 
|---|
public StreamingMarkupWriter(Writer writer, String encoding)
public StreamingMarkupWriter(Writer writer)
| Method Detail | 
|---|
public void close()
public Writer escaped()
public void flush()
public String getEncoding()
public boolean getEncodingKnown()
public void setWritingAttribute(boolean writingAttribute)
public Writer unescaped()
public void write(int c)
public void write(char[] cbuf, int off, int len)
Copyright © 2003-2010 The Codehaus. All rights reserved.