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