public class ExtXMLWriter
extends org.dom4j.io.XMLWriter
| 构造器和说明 |
|---|
ExtXMLWriter(OutputStream out) |
ExtXMLWriter(OutputStream out,
org.dom4j.io.OutputFormat format) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
writeDeclaration()
This will write the declaration to the given Writer.
|
characters, close, comment, createWriter, defaultMaximumAllowedCharacter, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, escapeAttributeEntities, escapeElementEntities, flush, getLexicalHandler, getMaximumAllowedCharacter, getOutputFormat, getProperty, handleException, ignorableWhitespace, indent, installLexicalHandler, isElementSpacePreserved, isEscapeText, isExpandEmptyElements, isNamespaceDeclaration, notationDecl, parse, println, processingInstruction, resolveEntityRefs, setDocumentLocator, setEscapeText, setIndentLevel, setLexicalHandler, setMaximumAllowedCharacter, setOutputStream, setProperty, setResolveEntityRefs, setWriter, shouldEncodeChar, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, write, write, write, write, write, write, write, write, write, write, write, write, write, writeAttribute, writeAttribute, writeAttributes, writeAttributes, writeCDATA, writeClose, writeClose, writeComment, writeDocType, writeDocType, writeElement, writeElementContent, writeEmptyElementClose, writeEntity, writeEntityRef, writeEscapeAttributeEntities, writeNamespace, writeNamespace, writeNamespaces, writeNamespaces, writeNode, writeNodeText, writeOpen, writePrintln, writeProcessingInstruction, writeStringerror, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, parse, resolveEntity, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, skippedEntity, warningpublic ExtXMLWriter(OutputStream out) throws UnsupportedEncodingException
public ExtXMLWriter(OutputStream out, org.dom4j.io.OutputFormat format) throws UnsupportedEncodingException
protected void writeDeclaration()
throws IOException
This will write the declaration to the given Writer. Assumes XML version 1.0 since we don't directly know.
writeDeclaration 在类中 org.dom4j.io.XMLWriterIOException - DOCUMENT ME!Copyright © 2025. All rights reserved.