Interfaces
 InterfaceDescription
 DocumentLS DOM 3 Load and Save Obsolete  The DocumentLS interface provides a mechanism by which the content of a document can be replaced with the DOM tree produced when loading a URI, or parsing a string.
 DOMImplementationLS DOM 3 Load and Save  DOMImplementationLS contains the factory methods for creating Load and Save objects.
 LSInput DOM 3 Load and Save   
 LSOutput DOM 3 Load and Save   
 LSResourceResolver DOM 3 Load and Save   
 LSSerializer DOM 3 Load and Save   
Classes
 ClassDescription
 DOMImplementationLSMode DOM 3 Load and Save  Integer parser mode constants.
 LSExceptionCode DOM 3 Load and Save  An integer indicating the type of error generated.
 LSLoadEvent DOM 3 Load and Save   
 LSParser DOM 3 Load and Save  An interface to an object that is able to build, or augment, a DOM tree from various input sources.
 LSParserFilter DOM 3 Load and Save   
 LSProgressEvent DOM 3 Load and Save  This interface represents a progress event object that notifies the application about progress as a document is parsed.
 LSSerializerFilter DOM 3 Load and Save