Interface NameResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getJCRName​(Name name)
      Returns the qualified JCR name String for the given Name object.
      Name getQName​(java.lang.String name)
      Returns the Name for the given JCR name String.
    • Method Detail

      • getJCRName

        java.lang.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