public interface

LSLoadEvent

implements Event
org.w3c.dom.ls.LSLoadEvent

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.events.Event
Public Methods
abstract LSInput getInput()
The input source that was parsed.
abstract Document getNewDocument()
The document that finished loading.
[Expand]
Inherited Methods
From interface org.w3c.dom.events.Event

Public Methods

public abstract LSInput getInput ()

The input source that was parsed.

public abstract Document getNewDocument ()

The document that finished loading.