The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Interfaces (XmlLite)
This section describes the interface classes in the XmlLite API.
| Topic | Description |
|---|---|
| IXmlReader | Used for reading XML. |
| IXmlReaderInput | Used for reading XML for encodings other than UTF-8. |
| IXmlResolver | Used for resolving external entities in XML. |
| IXmlWriter | Used to write XML elements and documents. |
| IXmlWriterLite | Used to write XML elements and documents without namespace and attribute validation. This is faster than using IXmlWriter. |
| IXmlWriterOutput | Used for writing XML for encodings other than UTF-8. |
Show: