public interface LSLoadEvent
此接口表示通知文档加载完成的加载事件对象。
另请参见《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 |
方法详细信息 |
---|
Document getNewDocument()
LSInput getInput()