net.xineo.xml.util
Class DOMOutput

java.lang.Object
  |
  +--net.xineo.xml.util.DOMOutput
All Implemented Interfaces:
XMLOutput

public class DOMOutput
extends java.lang.Object
implements XMLOutput


Constructor Summary
DOMOutput()
           
 
Method Summary
 void endDocument()
           
 void endElement(ElementName name)
           
 org.w3c.dom.Document getResultDocument()
           
 void startDocument()
           
 void startElement(ElementName name, org.xml.sax.Attributes attributes, boolean empty)
           
 void text(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMOutput

public DOMOutput()
          throws javax.xml.parsers.ParserConfigurationException
Method Detail

startDocument

public void startDocument()
                   throws XMLOutputException
Specified by:
startDocument in interface XMLOutput
XMLOutputException

startElement

public void startElement(ElementName name,
                         org.xml.sax.Attributes attributes,
                         boolean empty)
                  throws XMLOutputException
Specified by:
startElement in interface XMLOutput
XMLOutputException

endDocument

public void endDocument()
                 throws XMLOutputException
Specified by:
endDocument in interface XMLOutput
XMLOutputException

endElement

public void endElement(ElementName name)
                throws XMLOutputException
Specified by:
endElement in interface XMLOutput
XMLOutputException

text

public void text(java.lang.String str)
          throws XMLOutputException
Specified by:
text in interface XMLOutput
XMLOutputException

getResultDocument

public org.w3c.dom.Document getResultDocument()


Copyright © 2002 Frédérik Bilhaut - Xineo.NET