Skip to main content

Crate rusty_xml_writer

Crate rusty_xml_writer 

Source
Expand description

xmlsave + xmlTextWriter matching libxml2 xmlsave.h / xmlwriter.h for M2.

Structs§

XmlTextWriter
xmlTextWriter writing into an in-memory buffer.

Constants§

XML_SAVE_AS_HTML
XML_SAVE_AS_XML
XML_SAVE_EMPTY
XML_SAVE_FORMAT
libxml2 xmlSaveOption bits.
XML_SAVE_INDENT
XML_SAVE_NO_DECL
XML_SAVE_NO_EMPTY
XML_SAVE_NO_INDENT
XML_SAVE_NO_XHTML
XML_SAVE_WSNONSIG
XML_SAVE_XHTML

Functions§

xml_doc_dump_format_memory
xmlDocDumpFormatMemory.
xml_doc_dump_memory
xmlDocDumpMemory.
xml_new_text_writer_memory
xmlNewTextWriterMemory.
xml_node_dump
xmlNodeDump of a subtree (no XML declaration).
xml_save_doc
xmlSaveDoc / xmlDocDumpMemory with xmlSaveOption bits.