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
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface LSLoadEvent
This interface represents a load event object that signals the completion of a document load.
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
.
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
public
final
static
short
AT_TARGET
= "2"
[Inherited From
Event
]
The event is currently being evaluated at the target
EventTarget
.
public
final
static
short
BUBBLING_PHASE
= "3"
[Inherited From
Event
]
The current event phase is the bubbling phase.
public
final
static
short
CAPTURING_PHASE
= "1"
[Inherited From
Event
]
The current event phase is the capturing phase.
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar