com.icl.saxon.output
public class TEXTEmitter extends XMLEmitter
Method Summary | |
---|---|
void | characters(char[] ch, int start, int length)
Produce output using the current Writer. |
void | comment(char[] ch, int start, int length)
Output a comment. |
void | endElement(int nameCode)
Output an element end tag. |
void | processingInstruction(String name, String value)
Output a processing instruction. |
void | startDocument()
Start of the document. |
void | startElement(int nameCode, Attributes attributes, int[] namespaces, int nscount)
Output an element start tag. |
Parameters: ch Character array to be output start start position of characters to be output length number of characters to be output
Throws: TransformerException for any failure
Parameters: name The element name (tag)
Parameters: name The element name (tag)