|
||||||||||
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 | |
NamePool |
getNamePool()
Get the namePool in which all name codes can be found |
java.lang.String |
getSystemId()
|
void |
setDocumentLocator(org.xml.sax.Locator locator)
Set locator, to identify position in the document. |
void |
setNamePool(NamePool pool)
Set the namePool in which all name codes can be found |
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 void setNamePool(NamePool pool)
Receiver
setNamePool
in interface Receiver
public NamePool getNamePool()
Receiver
getNamePool
in interface Receiver
public void setSystemId(java.lang.String systemId)
Receiver
setSystemId
in interface Receiver
public java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.Result
public 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 Receiver
name
- The name of the unparsed entitysystemId
- The system identifier of the unparsed entitypublicId
- The public identifier of the unparsed entitypublic void startDocument() throws javax.xml.transform.TransformerException
startDocument
in interface Receiver
javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |