|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.commons.serialize.XMLWriterImpl
org.apache.ws.commons.serialize.PassThroughXMLWriter
A subclass of XMLWriterImpl
,
which is escaping nothing.
Constructor Summary | |
PassThroughXMLWriter()
|
Method Summary | |
boolean |
canEncode(char c)
Returns whether the XMLWriter can encode the character c without an escape sequence like &#ddd;. |
Methods inherited from class org.apache.ws.commons.serialize.XMLWriterImpl |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PassThroughXMLWriter()
Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |