ovirtsdk4.xml module
Classes
class XmlReader
This is an utility class used to read XML documents using an streaming approach. It is intended for use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn’t guaranteed.
Ancestors (in MRO)
- XmlReader
- __builtin__.object
class XmlWriter
This is an utility class used to generate XML documents using an streaming approach. It is intended for use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn’t guaranteed.
Ancestors (in MRO)
- XmlWriter
- __builtin__.object