com.icl.saxon.output
public class ErrorEmitter extends Emitter
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 name)
End of an element. |
void | processingInstruction(String target, String data)
Handle a processing instruction. |
void | startDocument()
Start of the document. |
void | startElement(int name, Attributes attributes, int[] namespaces, int nscount)
Start of an element. |