org.w3c.dom.ls
Interface LSLoadEvent

All Superinterfaces:
org.w3c.dom.events.Event

public interface LSLoadEvent
extends org.w3c.dom.events.Event

DOM Level 3 WD Experimental: The DOM Level 3 specification is at the stage of Working Draft, which represents work in progress and thus may be updated, replaced, or obsoleted by other documents at any time.

This interface represents a load event object that signals the completion of a document load.

See also the Document Object Model (DOM) Level 3 Load and Save Specification.


Fields inherited from interface org.w3c.dom.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
 
Method Summary
 DOMInputSource getInputSource()
          The input source that was parsed.
 org.w3c.dom.Document getNewDocument()
          The document that finished loading.
 
Methods inherited from interface org.w3c.dom.events.Event
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
 

Method Detail

getNewDocument

public org.w3c.dom.Document getNewDocument()
The document that finished loading.

getInputSource

public DOMInputSource getInputSource()
The input source that was parsed.


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