Org.W3c.Dom.LS Namespace

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 LSException if the processing is stopped.

LSParser

An interface to an object that is able to build, or augment, a DOM tree from various input sources.

LSParserFilter

LSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing.

Interfaces

Name Description
IDOMImplementationLS

DOMImplementationLS contains the factory methods for creating Load and Save objects.

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

LSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing.

ILSResourceResolver

LSResourceResolver provides a way for applications to redirect references to external resources.

ILSSerializer

A LSSerializer provides an API for serializing (writing) a DOM document out into XML.