public final class DocumentWriter extends DocumentWriterBase
DocumentWriter
which saves
the DiffSupport.SERIAL_NUMBER_PROPERTY
element property
as the xxe-sn
processing-instruction and the
the DiffSupport.REVISIONS_PROPERTY
document property
as the xxe-revisions
processing-instruction.cdataSections, documentType, duplicateIDFilter, favorInteroperability, filterDuplicateIDs, out, predeclarePrefixPrefs, preserveInclusions, qNameHelper, textHelper
Constructor and Description |
---|
DocumentWriter(Writer out) |
Modifier and Type | Method and Description |
---|---|
protected void |
endWrite(Document document) |
beginWrite, beginWrite, isEmptyElement, writeElementProperties
addXMLBase, checkComment, checkProcessingInstruction, endWrite, flush, getCdataSectionElements, getCharEntities, getCharsSavedAsEntityRefs, getDocumentType, getEncoding, getFavorInteroperability, getFilterDuplicateIDs, getPredeclarePrefixPreferences, getPrefixPreferences, getPreserveInclusions, getWriter, hasEmptyContentType, popElement, predeclarePrefixPrefs, pushElement, setCdataSectionElements, setCharEntities, setCharsSavedAsEntityRefs, setDocumentType, setEncoding, setFavorInteroperability, setFilterDuplicateIDs, setPredeclarePrefixPreferences, setPrefixPreferences, setPreserveInclusions, shorten, write, write, writeAttribute, writeAttributes, writeCDATA, writeComment, writeDocumentTypeDeclaration, writeElement, writeEmptyEndTag, writeEndTag, writeEntityRef, writeFrame, writeInclusion, writeProcessingInstruction, writeStartTag, writeText
public DocumentWriter(Writer out)
protected void endWrite(Document document) throws IOException
endWrite
in class DocumentWriter
IOException