JavaTM 2 Platform
Standard Ed. 6

介面 org.w3c.dom.ls.LSInput
的使用

使用 LSInput 的軟體套件
org.w3c.dom.ls   
 

org.w3c.dom.lsLSInput 的使用
 

返回 LSInputorg.w3c.dom.ls 中的方法
 LSInput DOMImplementationLS.createLSInput()
          創建一個新的空輸入源物件,其中,LSInput.characterStreamLSInput.byteStreamLSInput.stringData LSInput.systemIdLSInput.publicIdLSInput.baseURILSInput.encoding 為 null,LSInput.certifiedText 為 false。
 LSInput LSLoadEvent.getInput()
          被解析的輸入源。
 LSInput LSProgressEvent.getInput()
          被解析的輸入源。
 LSInput LSResourceResolver.resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
          允許應用程序解析外部資源。
 

參數型別為 LSInputorg.w3c.dom.ls 中的方法
 Document LSParser.parse(LSInput input)
          從通過 LSInput 標識的資源中解析 XML 文檔。
 Node LSParser.parseWithContext(LSInput input, Node contextArg, short action)
          從通過 LSInput 標識的資源中解析 XML 片段,並將其內容插入到用 contextaction 參數指定的位置的現有文檔。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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