GHIElectronics.TinyCLR.System.Xml
NuGet package containing 14 types.
Classes
| Class | Namespace | Summary |
|---|---|---|
| NameTable | System.Xml | Hashtable-backed XmlNameTable. |
| XmlException | System.Xml | Thrown for XML parse errors; carries line/position info. |
| XmlNameTable | System.Xml | Atomized-string table shared between readers and writers. |
| XmlReader | System.Xml | Forward-only XML reader. Same surface as .NET's System.Xml.XmlReader. |
| XmlReaderSettings | System.Xml | Settings bag passed to XmlReader.Create(Stream, XmlReaderSettings). Mirrors the .NET BCL type. |
| XmlWriter | System.Xml | Forward-only XML writer. Same surface as .NET's System.Xml.XmlWriter. |
Interfaces
| Interface | Namespace | Summary |
|---|---|---|
| IXmlLineInfo | System.Xml |
Enums
| Enum | Namespace | Summary |
|---|---|---|
| ConformanceLevel | System.Xml | XML conformance level (auto-detect, fragment, or full document). |
| NewLineHandling | System.Xml | How the writer represents line breaks. |
| ReadState | System.Xml | Reader lifecycle state. |
| ValidationType | System.Xml | XML validation policy (none or DTD/Schema). |
| WhitespaceHandling | System.Xml | How the reader treats whitespace nodes. |
| XmlNodeType | System.Xml | Node kinds in an XML document. Same values as .NET's System.Xml.XmlNodeType. |
| XmlSpace | System.Xml | Value of an in-scope xml:space attribute. |