API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.ls. LSProgressEvent View Source
Author(s)
Since
Version
Serial
Hierarchy
 Event
      LSProgressEvent
Subinterfaces
Description
public interface LSProgressEvent
  This interface represents a progress event object that notifies the application about progress as a document is parsed.
See also:   
Methods
Hide/Show inherited methods
public LSInput getInput ()
The input source that is being parsed.
public int getPosition ()
The current position in the input source, including all external entities and other resources that have been read.
public int getTotalSize ()
  The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
Fields
Hide/Show inherited fields
publicfinalstatic short AT_TARGET = "2" [Inherited From Event]
The event is currently being evaluated at the target EventTarget.
publicfinalstatic short BUBBLING_PHASE = "3" [Inherited From Event]
The current event phase is the bubbling phase.
publicfinalstatic short CAPTURING_PHASE = "1" [Inherited From Event]
The current event phase is the capturing phase.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar