com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpComplexType

    • Method Detail

      • getPrefixes

        public final String[] getPrefixes()

        Gets the namespace prefixes that are used in the XmpComplexType instance.

        Returns:
        The namespace prefixes.
      • getNamespaceUris

        public final String[] getNamespaceUris()

        Gets the namespace URIs that are used in the XmpComplexType instance.

        Returns:
        The namespace URIs.
      • toString

        public String toString()

        Returns a String that represents this instance.

        Overrides:
        toString in class Object
        Returns:
        A String that represents this instance.
      • getNamespaceUri

        public final String getNamespaceUri(String prefix)

        Gets the namespace URI associated with the specified prefix.

        Parameters:
        prefix - The prefix of the namespace to get.
        Returns:
        The associated namespace URI if the prefix is registered; otherwise, null.