Class XDBXWriterXml
java.lang.Object
org.x4o.sax3.io.xdbx.AbstractXDBXWriterHandler
org.x4o.sax3.io.xdbx.AbstractXDBXWriterLexical
org.x4o.sax3.io.xdbx.AbstractXDBXWriter
org.x4o.sax3.io.xdbx.XDBXWriterXml
- All Implemented Interfaces:
Closeable, AutoCloseable, ContentWriter, ContentHandler, LexicalHandler
XDBXWriterXml writes SAX content handler events to binary XML.
- Version:
- 1.0 Dev 20, 2024
- Author:
- Willem Cazander
-
Field Summary
Fields inherited from class AbstractXDBXWriterLexical
printCDATAFields inherited from class AbstractXDBXWriterHandler
DEFAULT_PROPERTY_CONFIG, OUTPUT_CHAR_NULL, OUTPUT_COMMENT_AUTO_SPACE, OUTPUT_COMMENT_ENABLE, OUTPUT_DECLARATION, PROLOG_LICENCE_ENABLE, PROLOG_LICENCE_ENCODING, PROLOG_LICENCE_FILE, PROLOG_LICENCE_RESOURCE, PROLOG_USER_COMMENT, PROLOG_USER_COMMENT_ENABLE, ROOT_START_NAMESPACE_ALL -
Constructor Summary
ConstructorsConstructorDescriptionCreates XmlWriter which prints to the OutputStream interface. -
Method Summary
Methods inherited from class AbstractXDBXWriter
startElementEndMethods inherited from class AbstractXDBXWriterLexical
characters, characters, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntityMethods inherited from class AbstractXDBXWriterHandler
characters, charactersRaw, close, comment, comment, endDocument, endElement, endPrefixMapping, getPropertyConfig, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startElementNamespace, startElementNamespaceAll, startElementTag, startPrefixMapping, writeFlush, writeHeaderFlags, writeLengthValue, writeLengthValue, writeTag, writeTagLengthValue, writeVariableInteger, xdbxStringId, xdbxStringStoreMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingMethods inherited from interface ContentWriter
characters, characters, comment, ignorableWhitespace, ignorableWhitespaceMethods inherited from interface LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
-
Constructor Details
-
XDBXWriterXml
Creates XmlWriter which prints to the OutputStream interface.- Parameters:
out- The OutputStream to write to.
-