public class PassThroughXMLWriter extends XMLWriterImpl
XMLWriterImpl
,
which is escaping nothing.Constructor and Description |
---|
PassThroughXMLWriter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canEncode(char c)
Returns whether the XMLWriter can encode the character
c without an escape sequence like &#ddd;. |
characters, endDocument, endElement, endPrefixMapping, getDocumentLocator, getEncoding, getIndentString, getLineFeed, getWriter, ignorableWhitespace, isDeclarating, isFlushing, isIndenting, processingInstruction, setDeclarating, setDocumentLocator, setEncoding, setFlushing, setIndenting, setIndentString, setLineFeed, setWriter, skippedEntity, startDocument, startElement, startPrefixMapping
public boolean canEncode(char c)
XMLWriter
Returns whether the XMLWriter can encode the character
c
without an escape sequence like &#ddd;.
canEncode
in interface XMLWriter
canEncode
in class XMLWriterImpl
c
- The character being checked for escaping.Copyright © 2005-2016 Apache Software Foundation. All Rights Reserved.