JavaTM 2
Platform
Std. Ed. v1.4.0

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

Attr を使用しているパッケージ
javax.imageio.metadata メタデータの読み込みおよび書き込みを処理する Java イメージ入出力 API のパッケージです。  
org.w3c.dom XML データ処理用の Java API のコンポーネント API である DOM (Document Object Model) のインタフェースを提供します。 
 

javax.imageio.metadata での Attr の使用
 

Attr を返す javax.imageio.metadata のメソッド
 Attr IIOMetadataNode.getAttributeNode(String name)
           
 Attr IIOMetadataNode.getAttributeNodeNS(String namespaceURI, String localName)
          getAttributeNode(localName) と同じです。
 Attr IIOMetadataNode.setAttributeNode(Attr newAttr)
           
 Attr IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
          setAttributeNode(newAttr) と同じです。
 Attr IIOMetadataNode.removeAttributeNode(Attr oldAttr)
           
 

Attr 型のパラメータを持つ javax.imageio.metadata のメソッド
 Attr IIOMetadataNode.setAttributeNode(Attr newAttr)
           
 Attr IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
          setAttributeNode(newAttr) と同じです。
 Attr IIOMetadataNode.removeAttributeNode(Attr oldAttr)
           
 

org.w3c.dom での Attr の使用
 

Attr を返す org.w3c.dom のメソッド
 Attr Element.getAttributeNode(String name)
          名前を指定して属性ノードを取得します。
 Attr Element.setAttributeNode(Attr newAttr)
          新しい属性ノードを追加します。
 Attr Element.removeAttributeNode(Attr oldAttr)
          指定された属性ノードを削除します。
 Attr Element.getAttributeNodeNS(String namespaceURI, String localName)
          ローカル名とネームスペース URI を指定して Attr ノードを取得します。
 Attr Element.setAttributeNodeNS(Attr newAttr)
          新しい属性を追加します。
 Attr Document.createAttribute(String name)
          所定の名前の Attr を作成します。
 Attr Document.createAttributeNS(String namespaceURI, String qualifiedName)
          所定の修飾名とネームスペース URI を持つ属性を作成します。
 

Attr 型のパラメータを持つ org.w3c.dom のメソッド
 Attr Element.setAttributeNode(Attr newAttr)
          新しい属性ノードを追加します。
 Attr Element.removeAttributeNode(Attr oldAttr)
          指定された属性ノードを削除します。
 Attr Element.setAttributeNodeNS(Attr newAttr)
          新しい属性を追加します。
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.