Save This Page
Home » openjdk-7 » org.w3c » dom » ls » [javadoc | source]
org.w3c.dom.ls
public interface: LSLoadEvent [javadoc | source]

All Implemented Interfaces:
    Event

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.
Method from org.w3c.dom.ls.LSLoadEvent Summary:
getInput,   getNewDocument
Method from org.w3c.dom.ls.LSLoadEvent Detail:
 public LSInput getInput()
    The input source that was parsed.
 public Document getNewDocument()
    The document that finished loading.