be.re.xml.stax
Class EventWriterDelegate
java.lang.Object
be.re.xml.stax.EventWriterDelegate
- All Implemented Interfaces:
- XMLEventConsumer, XMLEventWriter
public class EventWriterDelegate
- extends Object
- implements XMLEventWriter
Writes nothing.
- Author:
- Werner Donné
EventWriterDelegate
public EventWriterDelegate()
EventWriterDelegate
public EventWriterDelegate(XMLEventWriter writer)
add
public void add(XMLEvent event)
throws XMLStreamException
- Specified by:
add
in interface XMLEventConsumer
- Specified by:
add
in interface XMLEventWriter
- Throws:
XMLStreamException
add
public void add(XMLEventReader reader)
throws XMLStreamException
- Specified by:
add
in interface XMLEventWriter
- Throws:
XMLStreamException
close
public void close()
throws XMLStreamException
- Specified by:
close
in interface XMLEventWriter
- Throws:
XMLStreamException
flush
public void flush()
throws XMLStreamException
- Specified by:
flush
in interface XMLEventWriter
- Throws:
XMLStreamException
getNamespaceContext
public NamespaceContext getNamespaceContext()
- Specified by:
getNamespaceContext
in interface XMLEventWriter
getParent
public XMLEventWriter getParent()
getPrefix
public String getPrefix(String uri)
throws XMLStreamException
- Specified by:
getPrefix
in interface XMLEventWriter
- Throws:
XMLStreamException
setDefaultNamespace
public void setDefaultNamespace(String uri)
throws XMLStreamException
- Specified by:
setDefaultNamespace
in interface XMLEventWriter
- Throws:
XMLStreamException
setNamespaceContext
public void setNamespaceContext(NamespaceContext context)
throws XMLStreamException
- Specified by:
setNamespaceContext
in interface XMLEventWriter
- Throws:
XMLStreamException
setParent
public void setParent(XMLEventWriter writer)
setPrefix
public void setPrefix(String prefix,
String uri)
throws XMLStreamException
- Specified by:
setPrefix
in interface XMLEventWriter
- Throws:
XMLStreamException