public class RevisionAwareXPathImpl extends Object implements RevisionAwareXPath
helper
implementation of Instance Revision Aware XPath interface.RevisionAwareXPath
RevisionAwareXPath.WithExpression
Constructor and Description |
---|
RevisionAwareXPathImpl(String xpath,
boolean absolute) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getOriginalString()
Returns the XPath formatted string as is defined in model.
|
int |
hashCode() |
boolean |
isAbsolute()
Returns
true if the XPapth starts in root of Yang model, otherwise returns false . |
public RevisionAwareXPathImpl(String xpath, boolean absolute)
public boolean isAbsolute()
RevisionAwareXPath
true
if the XPapth starts in root of Yang model, otherwise returns false
.isAbsolute
in interface RevisionAwareXPath
true
if the XPapth starts in root of Yang model, otherwise returns false
public String getOriginalString()
RevisionAwareXPath
getOriginalString
in interface RevisionAwareXPath
Copyright © 2020 OpenDaylight. All rights reserved.