-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta2
-
generic
-
generic
Name: dkR10031 Date: 05/23/2001
Specification of the class javax.imageio.metadata.IIOMetadataNode (JDK
1.4.0beta, build b65) does not describe what "tag name" term means for
this class. The descriptions of the methods getTagName and
getElementsByTagName are just copied from the spec of the interface
Element which is misleading in this case.
According to the implementation, tag name for IIOMetadataNode is the
same as node name. I think this should be specified explicitly.
Particularly, the method getTagName should be described as
"Equivalent to getNodeName".
======================================================================