Class PathExpressionImpl

    • Constructor Detail

      • PathExpressionImpl

        public PathExpressionImpl​(String xpath,
                                  boolean absolute)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • PathExpressionImpl

        public PathExpressionImpl​(String xpath,
                                  PathExpression.Steps steps)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • isAbsolute

        public boolean isAbsolute()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: PathExpression
        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