共通 DOM API

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

DocumentFragment を使用しているパッケージ
org.w3c.dom Java API for XML Processing のコンポーネント API の 1 つである、Document Object Model (ドキュメントオブジェクトモデル: DOM) インタフェースを提供します。 
org.w3c.dom.ranges Document Object Model Level 2 の Traversal と Range は、プラットフォームと言語に中立なインタフェースであり、これらのインタフェースを使用するとプログラムやスクリプトでドキュメントを動的にトラバースし、内容の範囲を特定することができます。 
 

org.w3c.dom での DocumentFragment の使用
 

DocumentFragment を返す org.w3c.dom のメソッド
 DocumentFragment Document.createDocumentFragment()
          空の DocumentFragment オブジェクトを作成します。
 

org.w3c.dom.ranges での DocumentFragment の使用
 

DocumentFragment を返す org.w3c.dom.ranges のメソッド
 DocumentFragment Range.cloneContents()
          Range の内容を複製します。
 DocumentFragment Range.extractContents()
          含まれているドキュメントまたはドキュメントのフラグメントから Range の内容を移動します。
 


共通 DOM API

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