Interface PathExpression

    • Method Detail

      • getOriginalString

        String getOriginalString()
        Returns the path expression formatted string as is defined in model. For example: /prefix:container/prefix:container::cond[when()=foo]/prefix:leaf
        Returns:
        the path expression formatted string as is defined in model.
      • isAbsolute

        default boolean isAbsolute()
        Returns true if the XPapth starts in root of YANG model, otherwise returns false.
        Returns:
        true if the XPapth starts in root of YANG model, otherwise returns false