com.icl.saxon.output
public class UncommittedEmitter extends ProxyEmitter
| Field Summary | |
|---|---|
| boolean | committed |
| boolean | initialEscaping |
| boolean | initialNewline |
| StringBuffer | pendingCharacters |
| Method Summary | |
|---|---|
| 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() |
| void | startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Output an element start tag. |
Parameters: name The element name (tag)