FileDocCategorySizeDatePackage
LSLoadEvent.javaAPI DocJava SE 5 API1094Fri Aug 26 14:58:42 BST 2005org.w3c.dom.ls

LSLoadEvent

public interface LSLoadEvent implements 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.

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.ls.LSInputgetInput()
The input source that was parsed.

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