org.codehaus.xfire.util.stax
Class DOMStreamWriter

java.lang.Object
  extended by org.codehaus.xfire.util.stax.DOMStreamWriter
All Implemented Interfaces:
javax.xml.stream.XMLStreamWriter
Direct Known Subclasses:
JDOMStreamWriter, W3CDOMStreamWriter

public abstract class DOMStreamWriter
extends Object
implements javax.xml.stream.XMLStreamWriter


Constructor Summary
DOMStreamWriter()
           
 
Method Summary
 void close()
           
 void flush()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.stream.XMLStreamWriter
getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement
 

Constructor Detail

DOMStreamWriter

public DOMStreamWriter()
Method Detail

close

public void close()
           throws javax.xml.stream.XMLStreamException
Specified by:
close in interface javax.xml.stream.XMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException

flush

public void flush()
           throws javax.xml.stream.XMLStreamException
Specified by:
flush in interface javax.xml.stream.XMLStreamWriter
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2004-2013. All Rights Reserved.