RevisionAwareXPathImpl
. Users are advised to
supply their own implementation of PathExpression.@Deprecated @NonNullByDefault public final class PathExpressionImpl extends AbstractPathExpression
Constructor and Description |
---|
PathExpressionImpl(String xpath,
boolean absolute)
Deprecated.
|
PathExpressionImpl(String xpath,
YangLocationPath location)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected MoreObjects.ToStringHelper |
addToStringAttributes(MoreObjects.ToStringHelper helper)
Deprecated.
|
YangLocationPath |
getLocation()
Deprecated.
Return the
YangLocationPath of this expression. |
boolean |
isAbsolute()
Deprecated.
Returns
true if the XPapth starts in root of YANG model, otherwise returns false . |
getOriginalString, toString
public PathExpressionImpl(String xpath, boolean absolute)
public PathExpressionImpl(String xpath, YangLocationPath location)
public boolean isAbsolute()
PathExpression
true
if the XPapth starts in root of YANG model, otherwise returns false
.true
if the XPapth starts in root of YANG model, otherwise returns false
public YangLocationPath getLocation()
PathExpression
YangLocationPath
of this expression.protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
addToStringAttributes
in class AbstractPathExpression
Copyright © 2019 OpenDaylight. All rights reserved.