org.codehaus.activesoap.util
Class DocumentFilterXMLStreamWriter

java.lang.Object
  extended byorg.codehaus.activesoap.util.DelegateXMLStreamWriter
      extended byorg.codehaus.activesoap.util.DocumentFilterXMLStreamWriter
All Implemented Interfaces:
XMLStreamWriter

public class DocumentFilterXMLStreamWriter
extends DelegateXMLStreamWriter

A filter which does not write document start or end events to the underlying stream.

Version:
$Revision: 1.2 $

Constructor Summary
DocumentFilterXMLStreamWriter(XMLStreamWriter delegate)
           
 
Method Summary
 void close()
           
 void writeDTD(String s)
           
 void writeEndDocument()
           
 void writeStartDocument()
           
 void writeStartDocument(String s)
           
 void writeStartDocument(String s, String s1)
           
 
Methods inherited from class org.codehaus.activesoap.util.DelegateXMLStreamWriter
flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartElement, writeStartElement, writeStartElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFilterXMLStreamWriter

public DocumentFilterXMLStreamWriter(XMLStreamWriter delegate)
Method Detail

writeStartDocument

public void writeStartDocument()
                        throws XMLStreamException
Specified by:
writeStartDocument in interface XMLStreamWriter
Overrides:
writeStartDocument in class DelegateXMLStreamWriter
Throws:
XMLStreamException

writeStartDocument

public void writeStartDocument(String s)
                        throws XMLStreamException
Specified by:
writeStartDocument in interface XMLStreamWriter
Overrides:
writeStartDocument in class DelegateXMLStreamWriter
Throws:
XMLStreamException

writeStartDocument

public void writeStartDocument(String s,
                               String s1)
                        throws XMLStreamException
Specified by:
writeStartDocument in interface XMLStreamWriter
Overrides:
writeStartDocument in class DelegateXMLStreamWriter
Throws:
XMLStreamException

writeEndDocument

public void writeEndDocument()
                      throws XMLStreamException
Specified by:
writeEndDocument in interface XMLStreamWriter
Overrides:
writeEndDocument in class DelegateXMLStreamWriter
Throws:
XMLStreamException

close

public void close()
           throws XMLStreamException
Specified by:
close in interface XMLStreamWriter
Overrides:
close in class DelegateXMLStreamWriter
Throws:
XMLStreamException

writeDTD

public void writeDTD(String s)
              throws XMLStreamException
Specified by:
writeDTD in interface XMLStreamWriter
Overrides:
writeDTD in class DelegateXMLStreamWriter
Throws:
XMLStreamException


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.