< prev index next >

src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java

Print this page

        

*** 196,208 **** } /** * A class representing a node in a meta-data tree, which implements ! * the <a ! * href="../../../../api/org/w3c/dom/Element.html"> ! * {@code org.w3c.dom.Element}</a> interface and additionally allows * for the storage of non-textual objects via the * {@code getUserObject} and {@code setUserObject} methods. * * <p> This class is not intended to be used for general XML * processing. In particular, {@code Element} nodes created --- 196,206 ---- } /** * A class representing a node in a meta-data tree, which implements ! * the {@link Element org.w3c.dom.Element} interface and additionally allows * for the storage of non-textual objects via the * {@code getUserObject} and {@code setUserObject} methods. * * <p> This class is not intended to be used for general XML * processing. In particular, {@code Element} nodes created
< prev index next >