
CHAPTER 10: Scripting Access to XMP Metadata XMPScript object reference 274
deleteNamespace()
XMPMeta.deleteNamespace (namespaceURI)
namespaceURI
The namespace URI string. See “Schema namespace string constants” on
page 262.
Deletes a registered prefix - namespace URI pair.
N
OTE: Not yet implemented in the XMP Toolkit.
Returns
undefined.
dumpAliases()
XMPMeta.dumpAliases ( )
Creates and returns a human-readable string containing the list of registered aliases and their
targets.
Returns a String.
dumpNamespaces()
XMPMeta.dumpNamespaces ( )
Creates and returns a human-readable string containing the list of registered namespace URIs and
their associated prefixes.
Returns a String.
getNamespacePrefix()
XMPMeta.getNamespacePrefix (namespaceURI)
namespaceURI
The namespace URI string. See “Schema namespace string constants” on
page 262.
Retrieves the prefix associated with a registered namespace URI.
Returns the prefix string followed by a colon.
getNamespaceURI()
XMPMeta.getNamespaceURI (namespacePrefix)
namespacePrefix
The namespace prefix string.
Retrieves the registered namespace URI associated with a namespace prefix.
Returns the URI String.
Kommentare zu diesen Handbüchern