Interface NameResolver

    • Method Detail

      • getJCRName

        String getJCRName​(Name name)
                   throws NamespaceException
        Returns the qualified JCR name String for the given Name object.
        Parameters:
        name - A Name object.
        Returns:
        The qualified JCR name String consisting of prefix:localName or localName in case of the empty namespace.
        Throws:
        NamespaceException - if the namespace URI can not be resolved