public class XMLIndenter extends ProxyEmitter
baseEmitter, outputProperties
locator, namePool, outputStream, systemId, writer
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
Constructor and Description |
---|
XMLIndenter() |
Modifier and Type | Method and Description |
---|---|
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
|
setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setUnderlyingEmitter, setUnparsedEntity, setWriter
getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, setOutputStream, setSystemId, usesWriter
public void startDocument() throws TransformerException
startDocument
in class ProxyEmitter
TransformerException
public void startElement(int tag, Attributes atts, int[] namespaces, int nscount) throws TransformerException
startElement
in class ProxyEmitter
namespaces
- Array of namespace codes identifying the namespace prefix/uri
pairs associated with this elementnscount
- Number of significant entries within namespaces arrayTransformerException
public void endElement(int tag) throws TransformerException
endElement
in class ProxyEmitter
TransformerException
public void processingInstruction(String target, String data) throws TransformerException
processingInstruction
in class ProxyEmitter
TransformerException
public void characters(char[] chars, int start, int len) throws TransformerException
characters
in class ProxyEmitter
TransformerException
public void ignorableWhitespace(char[] chars, int start, int len) throws TransformerException
TransformerException
public void comment(char[] chars, int start, int len) throws TransformerException
comment
in class ProxyEmitter
TransformerException
public void endDocument() throws TransformerException
endDocument
in class ProxyEmitter
TransformerException