public class UncommittedEmitter extends ProxyEmitter
baseEmitter, outputPropertieslocator, namePool, outputStream, systemId, writerPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING| Constructor and Description |
|---|
UncommittedEmitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Produce character output using the current Writer.
|
void |
comment(char[] ch,
int start,
int length)
Output a comment
|
void |
endDocument()
End of document
|
void |
processingInstruction(String target,
String data)
Processing Instruction
|
void |
setEscaping(boolean escaping)
Switch escaping on or off.
|
void |
startDocument()
Start of document
|
void |
startElement(int nameCode,
Attributes attributes,
int[] namespaces,
int nscount)
Output an element start tag.
|
endElement, setDocumentLocator, setNamePool, setOutputProperties, setUnderlyingEmitter, setUnparsedEntity, setWritergetNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, setOutputStream, setSystemId, usesWriterpublic void startDocument()
throws TransformerException
ProxyEmitterstartDocument in class ProxyEmitterTransformerExceptionpublic void endDocument()
throws TransformerException
endDocument in class ProxyEmitterTransformerExceptionpublic void characters(char[] ch,
int start,
int length)
throws TransformerException
characters in class ProxyEmitterTransformerExceptionpublic void processingInstruction(String target, String data) throws TransformerException
processingInstruction in class ProxyEmitterTransformerExceptionpublic void comment(char[] ch,
int start,
int length)
throws TransformerException
comment in class ProxyEmitterTransformerExceptionpublic void startElement(int nameCode,
Attributes attributes,
int[] namespaces,
int nscount)
throws TransformerException
startElement in class ProxyEmittername - The element name (tag)TransformerExceptionpublic void setEscaping(boolean escaping)
throws TransformerException
setEscaping in class ProxyEmitterTransformerException