org.apache.cxf.staxutils.transform
Class IgnoreNamespacesWriter
java.lang.Object
org.apache.cxf.staxutils.DelegatingXMLStreamWriter
org.apache.cxf.staxutils.transform.IgnoreNamespacesWriter
- All Implemented Interfaces:
- XMLStreamWriter
public class IgnoreNamespacesWriter
- extends DelegatingXMLStreamWriter
Methods inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter |
close, flush, getNamespaceContext, getPrefix, getProperty, setNamespaceContext, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreNamespacesWriter
public IgnoreNamespacesWriter(XMLStreamWriter writer)
writeAttribute
public void writeAttribute(String prefix,
String uri,
String local,
String value)
throws XMLStreamException
- Specified by:
writeAttribute
in interface XMLStreamWriter
- Overrides:
writeAttribute
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
writeAttribute
public void writeAttribute(String uri,
String local,
String value)
throws XMLStreamException
- Specified by:
writeAttribute
in interface XMLStreamWriter
- Overrides:
writeAttribute
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String prefix,
String local,
String uri)
throws XMLStreamException
- Specified by:
writeStartElement
in interface XMLStreamWriter
- Overrides:
writeStartElement
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
writeStartElement
public void writeStartElement(String uri,
String local)
throws XMLStreamException
- Specified by:
writeStartElement
in interface XMLStreamWriter
- Overrides:
writeStartElement
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
setPrefix
public void setPrefix(String pfx,
String uri)
throws XMLStreamException
- Specified by:
setPrefix
in interface XMLStreamWriter
- Overrides:
setPrefix
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
setDefaultNamespace
public void setDefaultNamespace(String uri)
throws XMLStreamException
- Specified by:
setDefaultNamespace
in interface XMLStreamWriter
- Overrides:
setDefaultNamespace
in class DelegatingXMLStreamWriter
- Throws:
XMLStreamException
Apache CXF