Package org.apache.xerces.dom3.ls

Interface Summary
DocumentLS 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.
DOMBuilder A interface to an object that is able to build a DOM tree from various input sources.
DOMBuilderFilter DOMBuilderFilters provide applications the ability to examine nodes as they are being constructed during a parse.
DOMEntityResolver DOMEntityResolver Provides a way for applications to redirect references to external entities.
DOMImplementationLS DOMImplementationLS contains the factory methods for creating objects that implement the DOMBuilder (parser) and DOMWriter (serializer) interfaces.
DOMInputSource This interface represents a single input source for an XML entity.
DOMWriter DOMWriter provides an API for serializing (writing) a DOM document out in an XML document.
DOMWriterFilter DOMWriterFilters provide applications the ability to examine nodes as they are being serialized.
LSLoadEvent This interface represents a load event object that signals the completion of a document load.
LSProgressEvent This interface represents a progress event object that notifies the application about progress as a document is parsed.
ParseErrorEvent ParseErrorEvent is the event that is fired if there's an error in the XML document being parsed.
 



Copyright © 1999-2002 Apache XML Project. All Rights Reserved.