public class UnescapingXmlSerializer
extends org.apache.xml.serialize.XMLSerializer
| Constructor and Description |
|---|
UnescapingXmlSerializer(java.io.Writer writer,
org.apache.xml.serialize.OutputFormat format)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
printEscaped(java.lang.String source) |
protected void |
printXMLChar(int ch) |
checkUnboundNamespacePrefixedNode, endElement, endElement, endElementIO, getEntityRef, printText, printText, reset, serializeElement, setNamespaces, setOutputFormat, startDocument, startElement, startElementasContentHandler, asDocumentHandler, asDOMSerializer, attributeDecl, characters, characters, cleanup, comment, comment, content, elementDecl, endCDATA, endDocument, endDTD, endEntity, endNonEscaping, endPrefixMapping, endPreserving, enterElementState, externalEntityDecl, fatalError, getElementState, getPrefix, ignorableWhitespace, internalEntityDecl, isDocumentState, leaveElementState, modifyDOMError, notationDecl, prepare, printCDATAText, printDoctypeURL, printEscaped, processingInstruction, processingInstructionIO, serialize, serialize, serialize, serializeNode, serializePreRoot, setDocumentLocator, setOutputByteStream, setOutputCharStream, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startNonEscaping, startPrefixMapping, startPreserving, surrogates, unparsedEntityDeclpublic UnescapingXmlSerializer(java.io.Writer writer,
org.apache.xml.serialize.OutputFormat format)
writer - the writerformat - the output formatprotected void printEscaped(java.lang.String source)
throws java.io.IOException
printEscaped in class org.apache.xml.serialize.XMLSerializerjava.io.IOExceptionprotected void printXMLChar(int ch)
throws java.io.IOException
printXMLChar in class org.apache.xml.serialize.XMLSerializerjava.io.IOException