com.icl.saxon.output
Class TEXTEmitter
- Result
This class generates TEXT output
void | characters(ch[] , int start, int length)- Produce output using the current Writer.
|
void | comment(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.
|
characters, closeStartTag, comment, emptyElementTagCloser, endDocument, endElement, outputCharacterReference, processingInstruction, setDocumentLocator, setEscaping, setOutputProperties, setResult, setUnparsedEntity, startDocument, startElement, testCharacters, testCharacters, writeAttribute, writeDeclaration, writeDocType, writeEscape |
characters, comment, endDocument, endElement, getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, processingInstruction, setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setOutputStream, setSystemId, setUnparsedEntity, setWriter, startDocument, startElement, usesWriter |
characters
public void characters(ch[] ,
int start,
int length)
throws TransformerException Produce output using the current Writer.
Special characters are not escaped.
start - start position of characters to be outputlength - number of characters to be output
comment
public void comment(ch[] ,
int start,
int length)
throws TransformerException Output a comment.
Does nothing with this output method.
- comment in interface XMLEmitter
endElement
public void endElement(int nameCode)
throws TransformerException Output an element end tag.
Does nothing with this output method.
- endElement in interface XMLEmitter
processingInstruction
public void processingInstruction(String name,
String value)
throws TransformerException Output a processing instruction.
Does nothing with this output method.
- processingInstruction in interface XMLEmitter
startDocument
public void startDocument()
throws TransformerException Start of the document.
- startDocument in interface XMLEmitter
startElement
public void startElement(int nameCode,
Attributes attributes,
int[] namespaces,
int nscount)
throws TransformerException Output an element start tag.
Does nothing with this output method.
- startElement in interface XMLEmitter