net.sf.saxon.dom
public class DOMEmitter extends Emitter
| Field Summary | |
|---|---|
| protected Node | currentNode |
| protected Document | document |
| Method Summary | |
|---|---|
| void | attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties) |
| void | characters(CharSequence chars, int locationId, int properties)
Character data. |
| void | close()
End of the document. |
| void | comment(CharSequence chars, int locationId, int properties)
Handle a comment. |
| void | endDocument()
Notify the end of a document node |
| void | endElement()
End of an element. |
| void | namespace(int namespaceCode, int properties) |
| void | open()
Start of the document. |
| void | processingInstruction(String target, CharSequence data, int locationId, int properties)
Handle a processing instruction. |
| void | setNode(Node node)
Set output destination |
| void | startContent() |
| void | startDocument(int properties)
Start of a document node. |
| void | startElement(int nameCode, int typeCode, int locationId, int properties)
Start of an element. |