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()
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 toString()
RevisionAwareXPath
toString
in interface RevisionAwareXPath
toString
in class Object
Copyright © 2019 OpenDaylight. All rights reserved.