com.icl.saxon.output
public abstract class ProxyEmitter extends Emitter
| Field Summary | |
|---|---|
| protected Emitter | baseEmitter |
| protected Properties | outputProperties |
| Method Summary | |
|---|---|
| void | characters(char[] chars, int start, int len)
Character data |
| void | comment(char[] ch, int start, int length)
Output a comment |
| void | endDocument()
End of document |
| void | endElement(int nameCode)
End of element |
| void | processingInstruction(String target, String data)
Processing Instruction |
| void | setDocumentLocator(Locator locator)
Set the Document Locator |
| void | setEscaping(boolean escaping)
Switch escaping on or off. |
| void | setNamePool(NamePool pool)
Set the name pool to be used for all name codes |
| void | setOutputProperties(Properties details)
Set the output details. |
| void | setUnderlyingEmitter(Emitter emitter)
Set the underlying emitter. |
| void | setUnparsedEntity(String name, String uri)
Set the URI for an unparsed entity in the document. |
| void | setWriter(Writer writer)
Set the result destination |
| void | startDocument()
Start of document |
| void | startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Start of element |