软件包 | 描述 |
---|---|
javax.imageio.metadata |
一包I/O API处理读写的java图像元数据。
|
org.w3c.dom |
提供的文档对象模型(DOM)接口是一组API的
Java API for XML Processing。
|
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
IIOMetadataNode.getAttributes()
返回一个包含该节点的属性
NamedNodeMap 。
|
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
Node.getAttributes()
一个
NamedNodeMap 包含该节点的属性(如果它是一个
Element )或
null 否则。
|
NamedNodeMap |
DocumentType.getEntities()
一个
NamedNodeMap 包含一般的实体,外部和内部,在DTD中声明。
|
NamedNodeMap |
DocumentType.getNotations()
在DTD中声明一个
NamedNodeMap 包含符号。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.