This section describes the interface classes in the XmlLite API.
In This Section
| 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. |