Python xml.sax parser implementation and ElementTree builder using CLR System.Xml.XmlReader.
(str) The reserved namespace URI for XML namespace.
System.IO.Stream implementation that takes a Python iterable and then transforms it into CLR stream.
| Parameters: | iterable (collections.Iterable) – a Python iterable to transform |
|---|
ElementTree builder using System.Xml.XmlReader.
SAX PullReader implementation using CLR System.Xml.XmlReader.
Create a new XmlReader() parser instance.
| Returns: | a new parser instance |
|---|---|
| Return type: | XmlReader |