The Load and Save Package: org.w3c.dom.ls

DOMImplementationLS
A sub-interface of DOMImplementation that provides the factory methods for creating the objects required for loading and saving.
LSParser
A parser interface
LSInput
Encapsulate information about the source of the XML to be loaded, like SAX's InputSource
LSResourceResolver
During loading, provides a way for applications to redirect references to external entities.
LSParserFilter
Provide the ability to examine and optionally remove Element nodes as they are being processed during the parsing of a document. like SAX filters.
LSSerializer
An interface for serializing DOM documents onto a stream or string.
LSSerializerFilter
Provide the ability to examine and optionally remove or modify nodes as they are being output.
LSLoadEvent
A document has been completely loaded
LSProgressEvent
A document has been partially loaded

Previous | Next | Top | Cafe con Leche

Copyright 2000-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 11, 2004