API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.ls. LSLoadEvent View Source
Author(s)
Since
Version
Serial
Hierarchy
 Event
      LSLoadEvent
Subinterfaces
Description
public interface LSLoadEvent
  This interface represents a load event object that signals the completion of a document load.
See also:   
Methods
Hide/Show inherited methods
public LSInput getInput ()
The input source that was parsed.
public Document getNewDocument ()
The document that finished loading.
Fields
Hide/Show inherited fields
publicfinalstatic short AT_TARGET = "2" [Inherited From Event]
The event is currently being evaluated at the target EventTarget.
publicfinalstatic short BUBBLING_PHASE = "3" [Inherited From Event]
The current event phase is the bubbling phase.
publicfinalstatic short CAPTURING_PHASE = "1" [Inherited From Event]
The current event phase is the capturing phase.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar