Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |