_XMLWriter#
- class _XMLWriter(*args, **kwargs)[source]#
Base class for the XML writers, which also support compression.
Note
This class is a private internal implementation detail. It is documented solely so that its public members, which are inherited by public classes, are visible in the documentation.
Inheritance#
Inherited members are documented on BaseWriter, _FileIOBase, _DataFormatMixin.
See them all under Inherited Attributes and Inherited Methods.
Attributes#
Return or set the compressor the XML writer uses. |
Inherited Attributes#
Return or set whether the file is written as |
|
Get or set the dataset to write. |
|
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
Return or set the filename or directory of the writer. |
|
Return the vtk writer object. |
|
Return the formatted path of the written files. |
Inherited Methods#
Write data to path. |