com.icl.saxon.output
Class XMLIndenter
public
class
XMLIndenter
extends ProxyEmitter
XMLIndenter: This ProxyEmitter indents elements, by adding character data where appropriate.
The character data is always added as "ignorable white space", that is, it is never added
adjacent to existing character data.
Author Michael H. Kay
Method Summary |
void | characters(char[] chars, int start, int len)
Output character data |
void | comment(char[] chars, int start, int len)
Output a comment |
void | endDocument()
End of document |
void | endElement(int tag)
Output element end tag |
void | ignorableWhitespace(char[] chars, int start, int len)
Output ignorable white space |
void | processingInstruction(String target, String data)
Output a processing instruction |
void | startDocument()
Start of document |
void | startElement(int tag, Attributes atts, int[] namespaces, int nscount)
Output element start tag |
public void characters(char[] chars, int start, int len)
Output character data
public void comment(char[] chars, int start, int len)
Output a comment
public void endDocument()
End of document
public void endElement(int tag)
Output element end tag
public void ignorableWhitespace(char[] chars, int start, int len)
Output ignorable white space
public void processingInstruction(String target, String data)
Output a processing instruction
public void startDocument()
Start of document
public void startElement(int tag, Attributes atts, int[] namespaces, int nscount)
Output element start tag