|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 LSInput 的軟體套件 | |
---|---|
org.w3c.dom.ls |
org.w3c.dom.ls 中 LSInput 的使用 |
---|
返回 LSInput 的 org.w3c.dom.ls 中的方法 | |
---|---|
LSInput |
DOMImplementationLS.createLSInput()
創建一個新的空輸入源物件,其中, LSInput.characterStream 、LSInput.byteStream 、LSInput.stringData LSInput.systemId 、LSInput.publicId 、LSInput.baseURI 和 LSInput.encoding 為 null,LSInput.certifiedText 為 false。 |
LSInput |
LSLoadEvent.getInput()
被解析的輸入源。 |
LSInput |
LSProgressEvent.getInput()
被解析的輸入源。 |
LSInput |
LSResourceResolver.resolveResource(String type,
String namespaceURI,
String publicId,
String systemId,
String baseURI)
允許應用程序解析外部資源。 |
參數型別為 LSInput 的 org.w3c.dom.ls 中的方法 | |
---|---|
Document |
LSParser.parse(LSInput input)
從通過 LSInput 標識的資源中解析 XML 文檔。 |
Node |
LSParser.parseWithContext(LSInput input,
Node contextArg,
short action)
從通過 LSInput 標識的資源中解析 XML 片段,並將其內容插入到用 context 和 action 參數指定的位置的現有文檔。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。