|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a load event object that signals the completion of a document load.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and 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 |
public org.w3c.dom.Document getNewDocument()
public DOMInputSource getInputSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |