net.sf.saxon.event
public class TEXTEmitter extends XMLEmitter
Method Summary | |
---|---|
void | attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties) |
void | characters(CharSequence chars, int locationId, int properties)
Produce output using the current Writer. |
void | comment(CharSequence chars, int locationId, int properties)
Output a comment. |
void | endElement()
Output an element end tag. |
void | namespace(int namespaceCode, int properties) |
void | open()
Start of the document. |
void | processingInstruction(String name, CharSequence value, int locationId, int properties)
Output a processing instruction. |
void | startElement(int nameCode, int typeCode, int locationId, int properties)
Output an element start tag. |
Parameters: chars Character sequence to be output properties bit fields holding special properties of the characters
Throws: XPathException for any failure
Parameters: nameCode The element name (tag) typeCode The type annotation properties Bit fields holding any special properties of the element