| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.icl.saxon.output.Emitter
com.icl.saxon.output.DOMEmitter
DOMEmitter is an Emitter that attaches the result tree to a specified Node in a DOM Document
| Field Summary | |
| protected  org.w3c.dom.Node | currentNode | 
| protected  org.w3c.dom.Document | document | 
| Fields inherited from class com.icl.saxon.output.Emitter | 
| locator, namePool, outputProperties, outputStream, systemId, writer | 
| Fields inherited from interface javax.xml.transform.Result | 
| PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING | 
| Constructor Summary | |
| DOMEmitter() | |
| Method Summary | |
|  void | characters(char[] ch,
           int start,
           int length)Character data. | 
|  void | comment(char[] ch,
        int start,
        int length)Handle a comment. | 
|  void | endDocument()End of the document. | 
|  void | endElement(int nameCode)End of an element. | 
|  void | processingInstruction(java.lang.String target,
                      java.lang.String data)Handle a processing instruction. | 
|  void | setNode(org.w3c.dom.Node node)Set output destination | 
|  void | startDocument()Start of the document. | 
|  void | startElement(int nameCode,
             org.xml.sax.Attributes attributes,
             int[] namespaces,
             int nscount)Start of an element. | 
| Methods inherited from class com.icl.saxon.output.Emitter | 
| getNamePool, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, setDocumentLocator, setEscaping, setNamePool, setOutputProperties, setOutputStream, setSystemId, setUnparsedEntity, setWriter, usesWriter | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected org.w3c.dom.Node currentNode
protected org.w3c.dom.Document document
| Constructor Detail | 
public DOMEmitter()
| Method Detail | 
public void startDocument()
startDocument in class Emitterpublic void endDocument()
endDocument in class Emitter
public void startElement(int nameCode,
                         org.xml.sax.Attributes attributes,
                         int[] namespaces,
                         int nscount)
                  throws TransformerException
startElement in class Emitternamespaces - Array of namespace codes identifying the namespace prefix/uri
 pairs associated with this elementnscount - Number of significant entries within namespaces array
TransformerException
public void endElement(int nameCode)
                throws TransformerException
endElement in class EmitterTransformerException
public void characters(char[] ch,
                       int start,
                       int length)
                throws TransformerException
characters in class EmitterTransformerException
public void processingInstruction(java.lang.String target,
                                  java.lang.String data)
                           throws TransformerException
processingInstruction in class EmitterTransformerException
public void comment(char[] ch,
                    int start,
                    int length)
             throws TransformerException
comment in class EmitterTransformerExceptionpublic void setNode(org.w3c.dom.Node node)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||