JavaTM 2 Platform
Standard Ed. 6

org.w3c.dom.ls
介面 LSLoadEvent

所有父級介面:
Event

public interface LSLoadEvent
extends Event

此介面表示通知文檔載入完成的載入事件物件。

另請參見《Document Object Model (DOM) Level 3 Load and Save Specification》。


欄位摘要
 
從介面 org.w3c.dom.events.Event 繼承的欄位
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
 
方法摘要
 LSInput getInput()
          被解析的輸入源。
 Document getNewDocument()
          完成載入的文檔。
 
從介面 org.w3c.dom.events.Event 繼承的方法
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
 

方法詳細資訊

getNewDocument

Document getNewDocument()
完成載入的文檔。


getInput

LSInput getInput()
被解析的輸入源。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only