org.apache.ws.commons.serialize

Class PassThroughXMLWriter

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

public class PassThroughXMLWriter
extends XMLWriterImpl

A subclass of XMLWriterImpl, which is escaping nothing.

Method Summary

boolean
canEncode(char c)

Methods inherited from class org.apache.ws.commons.serialize.XMLWriterImpl

canEncode, characters, endDocument, endElement, endPrefixMapping, getDocumentLocator, getEncoding, getIndentString, getLineFeed, getWriter, ignorableWhitespace, isDeclarating, isFlushing, isIndenting, processingInstruction, setDeclarating, setDocumentLocator, setEncoding, setFlushing, setIndentString, setIndenting, setLineFeed, setWriter, skippedEntity, startDocument, startElement, startPrefixMapping

Method Details

canEncode

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