|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.saxon.event.Outputter
This class allows output to be generated. It channels output requests to an Emitter which does the actual writing. This is an abstract class, there are concrete implementions for XML output and text output.
| Field Summary | |
protected boolean |
previousAtomic
|
| Fields inherited from interface javax.xml.transform.Result |
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
| Constructor Summary | |
Outputter()
|
|
| Method Summary | |
abstract Configuration |
getConfiguration()
Get the configuration |
java.lang.String |
getSystemId()
|
abstract void |
setConfiguration(Configuration config)
Set the configuration |
void |
setDocumentLocator(org.xml.sax.Locator locator)
Set locator, to identify position in the document. |
void |
setSystemId(java.lang.String systemId)
Set the System ID of the destination tree |
void |
setUnparsedEntity(java.lang.String name,
java.lang.String systemId,
java.lang.String publicId)
Notify an unparsed entity URI. |
void |
startDocument()
Start the output process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.saxon.event.SequenceReceiver |
append |
| Methods inherited from interface net.sf.saxon.event.Receiver |
attribute, characters, comment, endDocument, endElement, namespace, processingInstruction, startContent, startElement |
| Field Detail |
protected boolean previousAtomic
| Constructor Detail |
public Outputter()
| Method Detail |
public abstract void setConfiguration(Configuration config)
Receiver
setConfiguration in interface Receiverpublic abstract Configuration getConfiguration()
Receiver
getConfiguration in interface Receiverpublic void setSystemId(java.lang.String systemId)
Receiver
setSystemId in interface Receiverpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.Resultpublic void setDocumentLocator(org.xml.sax.Locator locator)
Receiver
setDocumentLocator in interface Receiver
public void setUnparsedEntity(java.lang.String name,
java.lang.String systemId,
java.lang.String publicId)
Receiver
setUnparsedEntity in interface Receivername - The name of the unparsed entitysystemId - The system identifier of the unparsed entitypublicId - The public identifier of the unparsed entity
public void startDocument()
throws javax.xml.transform.TransformerException
startDocument in interface Receiverjavax.xml.transform.TransformerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||