パッケージ | 説明 |
---|---|
javax.imageio.metadata |
メタデータの読み込みおよび書込みを処理するJavaイメージ入出力APIのパッケージです。
|
org.w3c.dom |
Java API for XML ProcessingのコンポーネントAPIであるDOM (Document Object Model)のインタフェースを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
Attr |
IIOMetadataNode.getAttributeNode(String name) |
Attr |
IIOMetadataNode.getAttributeNodeNS(String namespaceURI, String localName)
getAttributeNode(localName) と同等です。 |
Attr |
IIOMetadataNode.removeAttributeNode(Attr oldAttr) |
Attr |
IIOMetadataNode.setAttributeNode(Attr newAttr) |
Attr |
IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
setAttributeNode(newAttr) と同等です。 |
修飾子と型 | メソッドと説明 |
---|---|
Attr |
IIOMetadataNode.removeAttributeNode(Attr oldAttr) |
Attr |
IIOMetadataNode.setAttributeNode(Attr newAttr) |
Attr |
IIOMetadataNode.setAttributeNodeNS(Attr newAttr)
setAttributeNode(newAttr) と同等です。 |
void |
IIOMetadataNode.setIdAttributeNode(Attr idAttr, boolean isId)
このDOM Level 3メソッドは
IIOMetadataNode ではサポートされていないため、DOMException がスローされます。 |
修飾子と型 | メソッドと説明 |
---|---|
Attr |
Document.createAttribute(String name)
所定の名前の
Attr を作成します。 |
Attr |
Document.createAttributeNS(String namespaceURI, String qualifiedName)
所定の修飾名と名前空間URIを持つ属性を作成します。
|
Attr |
Element.getAttributeNode(String name)
名前を指定して属性ノードを取得します。
|
Attr |
Element.getAttributeNodeNS(String namespaceURI, String localName)
ローカル名と名前空間URIを指定して
Attr ノードを取得します。 |
Attr |
Element.removeAttributeNode(Attr oldAttr)
指定された属性ノードを削除します。
|
Attr |
Element.setAttributeNode(Attr newAttr)
新しい属性ノードを追加します。
|
Attr |
Element.setAttributeNodeNS(Attr newAttr)
新しい属性を追加します。
|
修飾子と型 | メソッドと説明 |
---|---|
Attr |
Element.removeAttributeNode(Attr oldAttr)
指定された属性ノードを削除します。
|
Attr |
Element.setAttributeNode(Attr newAttr)
新しい属性ノードを追加します。
|
Attr |
Element.setAttributeNodeNS(Attr newAttr)
新しい属性を追加します。
|
void |
Element.setIdAttributeNode(Attr idAttr, boolean isId)
isId パラメータがtrue の場合、このメソッドは指定された属性がユーザー決定ID属性であることを宣言します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.