共通 DOM API

インタフェース
org.w3c.dom.ls.LSInput の使用

LSInput を使用しているパッケージ
org.w3c.dom.ls   
 

org.w3c.dom.ls での LSInput の使用
 

LSInput を返す org.w3c.dom.ls のメソッド
 LSInput DOMImplementationLS.createLSInput()
          LSInput.characterStreamLSInput.byteStreamLSInput.stringDataLSInput.systemIdLSInput.publicIdLSInput.baseURI、および LSInput.encoding が null であり、LSInput.certifiedText が false である新規の空の入力ソースオブジェクトを生成します。
 LSInput LSProgressEvent.getInput()
          解析中の入力ソース。
 LSInput LSLoadEvent.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 引数を使って指定された位置にある既存のドキュメントに内容を挿入します。
 


共通 DOM API

バグや機能要求の報告
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.