Org.W3c.Dom.LS Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides DOM Load and Save APIs for parsing XML into DOM trees and serializing DOM trees to XML.
Classes
| Name | Description |
|---|---|
| DOMImplementationLS |
Provides obsolete DOM Load and Save parser-mode constants. Use IDOMImplementationLS instead. |
| ILSParserExtensions |
Extension methods for ILSParser. |
| ILSSerializerExtensions |
Extension methods for ILSSerializer. |
| LSException |
Parser or write operations may throw an |
| LSParser |
An interface to an object that is able to build, or augment, a DOM tree from various input sources. |
| LSParserFilter |
|
Interfaces
| Name | Description |
|---|---|
| IDOMImplementationLS |
|
| ILSInput |
This interface represents an input source for data. |
| ILSOutput |
This interface represents an output destination for data. |
| ILSParser |
An interface to an object that is able to build, or augment, a DOM tree from various input sources. |
| ILSParserFilter |
|
| ILSResourceResolver |
|
| ILSSerializer |
A |