com.icl.saxon.output
public class DocumentHandlerProxy extends Emitter
| Field Summary | |
|---|---|
| protected DocumentHandler | handler |
| protected AttributeListImpl | outputAtts |
| 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 Document Locator |
| void | setUnderlyingDocumentHandler(DocumentHandler handler)
Set the underlying document handler. |
| void | startDocument()
Start of document |
| void | startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Start of element |