org.codehaus.activesoap.util
Class DocumentFilterXMLStreamWriter
java.lang.Object
org.codehaus.activesoap.util.DelegateXMLStreamWriter
org.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 $
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 |
DocumentFilterXMLStreamWriter
public DocumentFilterXMLStreamWriter(XMLStreamWriter delegate)
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.