public interface XMPNodeVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(XMPArray array)
Handles visits of XMPArray nodes
|
void |
visit(XMPSimple simple)
Handles visits of XMPSimple nodes
|
void |
visit(XMPStruct struct)
Handles visits of XMPStruct nodes
|
void visit(XMPSimple simple)
simple
- the node to handlevoid visit(XMPStruct struct)
struct
- the node to handlevoid visit(XMPArray array)
array
- the node to handleCopyright © 2010 - 2020 Adobe. All Rights Reserved