|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.output.ProxyEmitter | +--com.icl.saxon.output.UncommittedEmitter
This class generates XML or HTML output depending on whether the first tag output is ""
Fields inherited from class com.icl.saxon.output.ProxyEmitter |
baseEmitter, characterSet, namePool, outputDetails, writer |
Constructor Summary | |
UncommittedEmitter()
|
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
Produce character output using the current Writer. |
void |
comment(char[] ch,
int start,
int length)
Output a comment |
void |
endDocument()
End of document |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
Processing Instruction |
void |
setEscaping(boolean escaping)
Switch escaping on or off. |
void |
startDocument()
Start of document |
void |
startElement(int nameCode,
org.xml.sax.Attributes attributes,
int[] namespaces,
int nscount)
Output an element start tag. |
Methods inherited from class com.icl.saxon.output.ProxyEmitter |
endElement, setCharacterSet, setDocumentLocator, setNamePool, setOutputDetails, setUnderlyingEmitter, setUnparsedEntity, setWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UncommittedEmitter()
Method Detail |
public void startDocument() throws org.xml.sax.SAXException
ProxyEmitter
startDocument
in class ProxyEmitter
public void endDocument() throws org.xml.sax.SAXException
endDocument
in class ProxyEmitter
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in class ProxyEmitter
public void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException
processingInstruction
in class ProxyEmitter
public void comment(char[] ch, int start, int length) throws org.xml.sax.SAXException
comment
in class ProxyEmitter
public void startElement(int nameCode, org.xml.sax.Attributes attributes, int[] namespaces, int nscount) throws org.xml.sax.SAXException
startElement
in class ProxyEmitter
name
- The element name (tag)public void setEscaping(boolean escaping) throws org.xml.sax.SAXException
setEscaping
in class ProxyEmitter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |