org.apache.ws.jaxme.impl

Class PassThroughXMLWriter

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
booleancanEncode(char c)

Method Detail

canEncode

public boolean canEncode(char c)