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.
public final int getNodeType()
Gets XmpNodeViewType
.
public final String getValue()
Gets node value.
public final String getNamespaceUri()
Gets namespace URI for the node.
Copyright © 2019. All rights reserved.