Class NamespaceCorrectingXMLStreamWriter

java.lang.Object
javanet.staxutils.helpers.StreamWriterDelegate
org.frankframework.validation.NamespaceCorrectingXMLStreamWriter
All Implemented Interfaces:
XMLStreamWriter

public class NamespaceCorrectingXMLStreamWriter extends javanet.staxutils.helpers.StreamWriterDelegate
This writer simply filters an other writer. It copies everything, except it maps 'wrong' namespaces to correct ones.
Author:
Michiel Meeuwissen
  • Field Summary

    Fields inherited from class javanet.staxutils.helpers.StreamWriterDelegate

    out
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeAttribute(String prefix, String namespaceURI, String localName, String value)
     
    void
     
    void
    writeNamespace(String prefix, String namespaceURI)
     

    Methods inherited from class javanet.staxutils.helpers.StreamWriterDelegate

    close, flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait