Package com.adobe.xmp.core
Interface XMPNodeVisitor
public interface XMPNodeVisitor
A visitor for the XMP nodes.
Please note that if you want to handle qualifiers,
you need to skip the qualifier facade which is not a node
and continue with the visitor on the qualifier tree.
-
Method Summary
-
Method Details
-
visit
Handles visits of XMPSimple nodes- Parameters:
simple- the node to handle
-
visit
Handles visits of XMPStruct nodes- Parameters:
struct- the node to handle
-
visit
Handles visits of XMPArray nodes- Parameters:
array- the node to handle
-