public interface RevisionAwareXPath
Modifier and Type | Interface and Description |
---|---|
static interface |
RevisionAwareXPath.WithExpression |
Modifier and Type | Method and Description |
---|---|
@NonNull String |
getOriginalString()
Returns the XPath formatted string as is defined in model.
|
boolean |
isAbsolute()
Returns
true if the XPapth starts in root of Yang model, otherwise returns false . |
boolean isAbsolute()
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
@NonNull String getOriginalString()
Copyright © 2019 OpenDaylight. All rights reserved.