org.apache.xerces.dom3.ls
Interface LSLoadEvent

All Superinterfaces:
org.w3c.dom.events.Event

public interface LSLoadEvent
extends org.w3c.dom.events.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 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

getNewDocument

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

getInputSource

public DOMInputSource getInputSource()
The input source that was parsed.


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.