| java.lang.Object java.io.Writer org.netbeans.modules.schema2beansdev.gen.GenBuffer org.netbeans.modules.schema2beansdev.gen.IndentingWriter
All known Subclasses: org.netbeans.modules.schema2beansdev.gen.XMLWriter, org.netbeans.modules.schema2beansdev.gen.JavaWriter,
crDone | protected boolean crDone(Code) | | |
indentLevel | protected int indentLevel(Code) | | |
IndentingWriter | public IndentingWriter(int bufferCount)(Code) | | |
beforeWriteHook | protected void beforeWriteHook()(Code) | | |
indent | public void indent()(Code) | | Adds indentLevel[curOut] number of indentString's to the current
buffer. Put another way, this will indent from the left margin to
the current indention level.
|
indentLeft | public void indentLeft()(Code) | | |
indentOneLevel | public void indentOneLevel()(Code) | | Adds the indentString to the current buffer.
|
indentRight | public void indentRight()(Code) | | |
insertAdditionalBuffers | public void insertAdditionalBuffers(int offset, int count)(Code) | | Insert some additional buffers.
Previous buffers are not adjusted automatically.
select() should be called afterwards to reestablish current buffer.
|
reset | public void reset()(Code) | | |
Methods inherited from org.netbeans.modules.schema2beansdev.gen.GenBuffer | public boolean anyContent()(Code)(Java Doc) protected void beforeWriteHook()(Code)(Java Doc) public void close()(Code)(Java Doc) public void ensureCapacity(int minimumCapacity)(Code)(Java Doc) public void flush()(Code)(Java Doc) public StringBuffer getBuffer()(Code)(Java Doc) public int getCurrentPosition()(Code)(Java Doc) public void insertAdditionalBuffers(int offset, int count)(Code)(Java Doc) public void popSelect()(Code)(Java Doc) public void pushSelect(int bufferNum)(Code)(Java Doc) public void reset()(Code)(Java Doc) public void select(int bufferNum)(Code)(Java Doc) public void setFirst(String separator)(Code)(Java Doc) public void truncateAtPosition(int pos)(Code)(Java Doc) public void write(boolean b) throws IOException(Code)(Java Doc) public void write(char c) throws IOException(Code)(Java Doc) public void write(char[] str) throws IOException(Code)(Java Doc) public void write(char[] cbuf, int off, int len) throws IOException(Code)(Java Doc) public void write(double d) throws IOException(Code)(Java Doc) public void write(float f) throws IOException(Code)(Java Doc) public void write(int i) throws IOException(Code)(Java Doc) public void write(long l) throws IOException(Code)(Java Doc) public void write(Object obj) throws IOException(Code)(Java Doc) public void write(String s) throws IOException(Code)(Java Doc) public void write(StringBuffer s) throws IOException(Code)(Java Doc) public void write(String s1, String s2) throws IOException(Code)(Java Doc) public void write(String s1, String s2, String s3) throws IOException(Code)(Java Doc) public void write(String s1, String s2, String s3, String s4) throws IOException(Code)(Java Doc) public void write(String str, int bufferNum) throws IOException(Code)(Java Doc) public void writeNext(String msg) throws IOException(Code)(Java Doc) public void writeNext(String msg1, String msg2) throws IOException(Code)(Java Doc) public void writeNext(String msg1, String msg2, String msg3) throws IOException(Code)(Java Doc) public void writeNext() throws IOException(Code)(Java Doc) public void writeTo(Writer out) throws IOException(Code)(Java Doc) public void writeTo(OutputStream out) throws IOException(Code)(Java Doc) public void writeTo(StringBuffer out)(Code)(Java Doc) public void writeTo(GenBuffer out)(Code)(Java Doc)
|
|
|