|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.output.ProxyEmitter
A ProxyEmitter is an Emitter that filters data before passing it to another underlying Emitter.
Field Summary | |
protected Emitter |
baseEmitter
|
protected CharacterSet |
characterSet
|
protected OutputDetails |
outputDetails
|
protected java.io.Writer |
writer
|
Constructor Summary | |
ProxyEmitter()
|
Method Summary | |
void |
characters(char[] chars,
int start,
int len)
Character data |
void |
comment(char[] ch,
int start,
int length)
Output a comment |
void |
endDocument()
End of document |
void |
endElement(Name name)
End of element |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
Processing Instruction |
void |
setCharacterSet(CharacterSet charset)
Set the CharacterSet to be used. |
void |
setEscaping(boolean escaping)
Switch escaping on or off. |
void |
setOutputDetails(OutputDetails details)
Set the output details. |
void |
setUnderlyingEmitter(Emitter emitter)
Set the underlying emitter. |
void |
setWriter(java.io.Writer writer)
Set the Writer to be used. |
void |
startDocument()
Start of document |
void |
startElement(Name name,
AttributeCollection attributes)
Start of element |
void |
startPrefixMapping(java.lang.String prefix,
java.lang.String uri)
Start a namespace prefix mapping. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Emitter baseEmitter
protected java.io.Writer writer
protected CharacterSet characterSet
protected OutputDetails outputDetails
Constructor Detail |
public ProxyEmitter()
Method Detail |
public void setUnderlyingEmitter(Emitter emitter)
public void setWriter(java.io.Writer writer) throws org.xml.sax.SAXException
setWriter
in interface Emitter
public void setCharacterSet(CharacterSet charset) throws org.xml.sax.SAXException
setCharacterSet
in interface Emitter
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface Emitter
public void endDocument() throws org.xml.sax.SAXException
endDocument
in interface Emitter
public void startElement(Name name, AttributeCollection attributes) throws org.xml.sax.SAXException
startElement
in interface Emitter
public void endElement(Name name) throws org.xml.sax.SAXException
endElement
in interface Emitter
public void startPrefixMapping(java.lang.String prefix, java.lang.String uri) throws org.xml.sax.SAXException
startPrefixMapping
in interface Emitter
public void characters(char[] chars, int start, int len) throws org.xml.sax.SAXException
characters
in interface Emitter
public void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException
processingInstruction
in interface Emitter
public void comment(char[] ch, int start, int length) throws org.xml.sax.SAXException
comment
in interface Emitter
public void setEscaping(boolean escaping) throws org.xml.sax.SAXException
setEscaping
in interface Emitter
public void setOutputDetails(OutputDetails details) throws org.xml.sax.SAXException
setOutputDetails
in interface Emitter
com.icl.saxon.output.Emitter
details
- The details of the required output
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |