Class ParsingNameResolver

  • All Implemented Interfaces:
    NameResolver

    public class ParsingNameResolver
    extends java.lang.Object
    implements NameResolver
    Name resolver that parsers and formats prefixed JCR names. A NamespaceResolver is used for resolving the namespace prefixes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJCRName​(Name name)
      Returns the qualified JCR name for the given Name object.
      Name getQName​(java.lang.String jcrName)
      Parses the given JCR name and returns the resolved Name object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait