Package org.apache.axis2.datasource.jaxb
Class XMLStreamWriterRemoveIllegalChars
java.lang.Object
org.apache.axiom.om.impl.MTOMXMLStreamWriter
org.apache.axis2.datasource.jaxb.XMLStreamWriterFilterBase
org.apache.axis2.datasource.jaxb.XMLStreamWriterRemoveIllegalChars
- All Implemented Interfaces:
XMLStreamWriter
This is an MTOMXMLStreamWriter filter that removes illegal characters.
Valid and invalid character ranges are defined by:
http://www.w3.org/TR/2008/REC-xml-20081126/#NT-Char
-
Constructor Summary
ConstructorsConstructorDescriptionXMLStreamWriterRemoveIllegalChars(org.apache.axiom.om.impl.MTOMXMLStreamWriter delegate) -
Method Summary
Methods inherited from class org.apache.axis2.datasource.jaxb.XMLStreamWriterFilterBase
close, flush, getCharSetEncoding, getNamespaceContext, getOutputFormat, getOutputStream, getPrefix, getProperty, isOptimized, prepareBlob, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement
-
Constructor Details
-
XMLStreamWriterRemoveIllegalChars
public XMLStreamWriterRemoveIllegalChars(org.apache.axiom.om.impl.MTOMXMLStreamWriter delegate)
-
-
Method Details
-
xmlData
Description copied from class:XMLStreamWriterFilterBaseDerived classes extend the method. A derived class may log or modify the xml data- Specified by:
xmlDatain classXMLStreamWriterFilterBase- Returns:
- value
-