org.apache.ws.jaxme.impl

Class PassThroughXMLWriter

Implemented Interfaces:
org.xml.sax.ContentHandler, XMLWriter

public class PassThroughXMLWriter
extends XMLWriterImpl

A simple serializer for XML documents extending the default XMLWriter implementation, XMLWriterImpl. The basic difference against its parent is that this writer doesn't escape characters for reasons of the underlying encoding.
Author:
Ias

Method Summary

boolean
canEncode(char c)

Methods inherited from class org.apache.ws.jaxme.impl.XMLWriterImpl

canEncode, characters, endDocument, endElement, endPrefixMapping, getDocumentLocator, getMarshaller, getWriter, ignorableWhitespace, init, processingInstruction, setDocumentLocator, setWriter, skippedEntity, startDocument, startElement, startPrefixMapping

Method Details

canEncode

public boolean canEncode(char c)
Specified by:
canEncode in interface XMLWriter
Overrides:
canEncode in interface XMLWriterImpl