com.icl.saxon.output
public class DOMEmitter extends Emitter
| Field Summary | |
|---|---|
| protected Node | currentNode |
| protected Document | document |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int start, int length)
Character data. |
| void | comment(char[] ch, int start, int length)
Handle a comment. |
| void | endDocument()
End of the document. |
| void | endElement(int nameCode)
End of an element. |
| void | processingInstruction(String target, String data)
Handle a processing instruction. |
| void | setNode(Node node)
Set output destination |
| void | startDocument()
Start of the document. |
| void | startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Start of an element. |