src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java
changeset 51010 29be48779807
parent 47216 71c04702a3d5
equal deleted inserted replaced
51009:44b07bd68f6d 51010:29be48779807
   196 
   196 
   197 }
   197 }
   198 
   198 
   199 /**
   199 /**
   200  * A class representing a node in a meta-data tree, which implements
   200  * A class representing a node in a meta-data tree, which implements
   201  * the <a
   201  * the {@link Element org.w3c.dom.Element} interface and additionally allows
   202  * href="../../../../api/org/w3c/dom/Element.html">
       
   203  * {@code org.w3c.dom.Element}</a> interface and additionally allows
       
   204  * for the storage of non-textual objects via the
   202  * for the storage of non-textual objects via the
   205  * {@code getUserObject} and {@code setUserObject} methods.
   203  * {@code getUserObject} and {@code setUserObject} methods.
   206  *
   204  *
   207  * <p> This class is not intended to be used for general XML
   205  * <p> This class is not intended to be used for general XML
   208  * processing. In particular, {@code Element} nodes created
   206  * processing. In particular, {@code Element} nodes created