|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.dom.XmlOutputWriterBase
to.etc.domui.dom.PrettyXmlOutputWriter
public class PrettyXmlOutputWriter
Pretty-printing output renderer. Slower than the non-pretty variant, used for debugging.
Field Summary |
---|
Fields inherited from class to.etc.domui.dom.XmlOutputWriterBase |
---|
m_intag |
Constructor Summary | |
---|---|
PrettyXmlOutputWriter(java.io.Writer out)
|
Method Summary | |
---|---|
void |
dec()
|
void |
inc()
|
boolean |
isIndentEnabled()
|
void |
nl()
|
protected void |
println()
|
void |
setIndentEnabled(boolean ind)
|
Methods inherited from class to.etc.domui.dom.XmlOutputWriterBase |
---|
attr, attr, attr, attr, closetag, endAndCloseXmltag, endtag, getWriter, rawAttr, tag, text, writeRaw, writeRaw |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface to.etc.domui.dom.IBrowserOutput |
---|
attr, attr, attr, attr, closetag, endAndCloseXmltag, endtag, rawAttr, tag, text, writeRaw |
Constructor Detail |
---|
public PrettyXmlOutputWriter(java.io.Writer out)
Method Detail |
---|
public void nl() throws java.io.IOException
nl
in interface IBrowserOutput
nl
in class XmlOutputWriterBase
java.io.IOException
public void inc()
inc
in interface IBrowserOutput
inc
in class XmlOutputWriterBase
public void dec()
dec
in interface IBrowserOutput
dec
in class XmlOutputWriterBase
public void setIndentEnabled(boolean ind)
setIndentEnabled
in interface IBrowserOutput
public boolean isIndentEnabled()
isIndentEnabled
in interface IBrowserOutput
isIndentEnabled
in class XmlOutputWriterBase
protected void println() throws java.io.IOException
println
in class XmlOutputWriterBase
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |