org.w3c.dom.Element
interface and additionally allows for the storage of non-textual objects via the getUserObject
and setUserObject
methods. This class is not intended to be used for general XML processing. In particular, Element
nodes created within the Image I/O API are not compatible with those created by Sun's standard implementation of the org.w3.dom
API. In particular, the implementation is tuned for simple uses and may not perform well for intensive processing.
Namespaces are ignored in this implementation. The terms "tag name" and "node name" are always considered to be synonymous. Note: The DOM Level 3 specification added a number of new methods to the {@code Node}, {@code Element} and {@code Attr} interfaces that are notof value to the {@code IIOMetadataNode} implementation or specification.Calling such methods on an {@code IIOMetadataNode}, or an {@code Attr}instance returned from an {@code IIOMetadataNode} will result in a{@code DOMException} being thrown. @see IIOMetadata#getAsTree @see IIOMetadata#setFromTree @see IIOMetadata#mergeTree
|
|
|
|