public final class XmpNodeView extends Object
Represents XMP node view.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets node name including prefix.
|
String |
getNamespaceUri()
Gets namespace URI for the node.
|
int |
getNodeType()
Gets
XmpNodeViewType . |
String |
getValue()
Gets node value.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final String getName()
Gets node name including prefix. For example: dc:format.
Value: Node name.public final int getNodeType()
Gets XmpNodeViewType
.
public final String getValue()
Gets node value.
Value: Node value.public final String getNamespaceUri()
Gets namespace URI for the node.
Value: The namespace URI.Copyright © 2017. All rights reserved.