org.apache.ws.jaxme.impl
Class PassThroughXMLWriter
- org.xml.sax.ContentHandler, XMLWriter
public class PassThroughXMLWriter
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.
canEncode , characters , endDocument , endElement , endPrefixMapping , getDocumentLocator , getMarshaller , getWriter , ignorableWhitespace , init , processingInstruction , setDocumentLocator , setWriter , skippedEntity , startDocument , startElement , startPrefixMapping |