Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pugixml-python 0.7.0
pugixml-python 0.7.0
  • Limitations
  • Installation
  • API Reference
    • pugixml.pugi
    • pugixml.pugi.limits
    • pugixml.pugi.BytesWriter
    • pugixml.pugi.FileWriter
    • pugixml.pugi.PrintWriter
    • pugixml.pugi.StringWriter
    • pugixml.pugi.XMLAttribute
    • pugixml.pugi.XMLAttributeIterator
    • pugixml.pugi.XMLAttributeStruct
    • pugixml.pugi.XMLDocument
    • pugixml.pugi.XMLEncoding
    • pugixml.pugi.XMLNamedNodeIterator
    • pugixml.pugi.XMLNode
    • pugixml.pugi.XMLNodeIterator
    • pugixml.pugi.XMLNodeStruct
    • pugixml.pugi.XMLNodeType
    • pugixml.pugi.XMLParseResult
    • pugixml.pugi.XMLParseStatus
    • pugixml.pugi.XMLText
    • pugixml.pugi.XMLTreeWalker
    • pugixml.pugi.XMLWriter
    • pugixml.pugi.XPathNode
    • pugixml.pugi.XPathNodeSet
    • pugixml.pugi.XPathNodeSet.Type
    • pugixml.pugi.XPathParseResult
    • pugixml.pugi.XPathQuery
    • pugixml.pugi.XPathValueType
    • pugixml.pugi.XPathVariable
    • pugixml.pugi.XPathVariableSet
  • Changelog
Back to top
View this page

pugixml.pugi.XMLWriterΒΆ

class pugixml.pugi.XMLWriter

Bases: pybind11_object

Writer interface for node printing.

See documentation for details.

Important

  • Do not use XMLWriter directly.

  • You must override write() method in derived class.

See also

BytesWriter, FileWriter, PrintWriter, StringWriter, XMLDocument.save(), XMLNode.print()

Members:

__init__(self)

Initialize XMLWriter.

write(self, data, size)

Write memory chunk into stream/file/whatever.

Next
pugixml.pugi.XPathNode
Previous
pugixml.pugi.XMLTreeWalker
Copyright © 2022, Tetsuya Miura
Made with Sphinx and @pradyunsg's Furo