- 
- 
- 
Methods in javax.imageio.metadata that throw IIOInvalidTreeException 
| Modifier and Type | Method | Description |  
| abstract void | IIOMetadata. mergeTree(String formatName,
         Node root) | Alters the internal state of this IIOMetadataobject from a tree of XML DOMNodes whose syntax
 is defined by the given metadata format. |  
| void | IIOMetadata. setFromTree(String formatName,
           Node root) | Sets the internal state of this IIOMetadataobject
 from a tree of XML DOMNodes whose syntax is
 defined by the given metadata format. |  
 
-