|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.event.Emitter
net.sf.saxon.event.XMLEmitter
net.sf.saxon.event.TEXTEmitter
This class generates TEXT output
Field Summary |
Fields inherited from class net.sf.saxon.event.XMLEmitter |
declarationIsWritten, elementCode, elementStack, empty, openStartTag, preferHex, undeclareNamespaces |
Fields inherited from class net.sf.saxon.event.Emitter |
characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writer |
Fields inherited from interface javax.xml.transform.Result |
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
TEXTEmitter()
|
Method Summary | |
void |
attribute(int nameCode,
int typeCode,
java.lang.CharSequence value,
int locationId,
int properties)
Notify an attribute. |
void |
characters(java.lang.CharSequence chars,
int locationId,
int properties)
Produce output using the current Writer. |
void |
comment(java.lang.CharSequence chars,
int locationId,
int properties)
Output a comment. |
void |
endElement()
Output an element end tag. |
void |
namespace(int namespaceCode,
int properties)
Notify a namespace. |
void |
open()
Start of the document. |
void |
processingInstruction(java.lang.String name,
java.lang.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. |
Methods inherited from class net.sf.saxon.event.XMLEmitter |
close, closeStartTag, emptyElementTagCloser, endDocument, main, openDocument, outputCharacterReference, startContent, startDocument, testCharacters, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscape |
Methods inherited from class net.sf.saxon.event.Emitter |
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeEmitter, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TEXTEmitter()
Method Detail |
public void open() throws XPathException
open
in interface Receiver
open
in class XMLEmitter
XPathException
public void characters(java.lang.CharSequence chars, int locationId, int properties) throws XPathException
characters
in interface Receiver
characters
in class XMLEmitter
chars
- Character sequence to be outputproperties
- bit fields holding special properties of the characters
XPathException
- for any failurepublic void startElement(int nameCode, int typeCode, int locationId, int properties)
startElement
in interface Receiver
startElement
in class XMLEmitter
nameCode
- The element name (tag)typeCode
- The type annotationproperties
- Bit fields holding any special properties of the elementpublic void namespace(int namespaceCode, int properties)
Receiver
namespace
in interface Receiver
namespace
in class XMLEmitter
public void attribute(int nameCode, int typeCode, java.lang.CharSequence value, int locationId, int properties)
Receiver
attribute
in interface Receiver
attribute
in class XMLEmitter
public void endElement()
endElement
in interface Receiver
endElement
in class XMLEmitter
public void processingInstruction(java.lang.String name, java.lang.CharSequence value, int locationId, int properties) throws XPathException
processingInstruction
in interface Receiver
processingInstruction
in class XMLEmitter
XPathException
public void comment(java.lang.CharSequence chars, int locationId, int properties) throws XPathException
comment
in interface Receiver
comment
in class XMLEmitter
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |