T - x-path linking can be done for target node or for target leaf/leaf-listpublic class YangXpathLinker<T> extends Object
| Constructor and Description |
|---|
YangXpathLinker()
Creates an instance of x-path linker.
|
| Modifier and Type | Method and Description |
|---|---|
List<YangAugment> |
getListOfYangAugment(YangNode node)
Returns list of augment nodes.
|
YangNode |
processAugmentXpathLinking(List<YangAtomicPath> absPaths,
YangNode root)
Process absolute node path linking for augment.
|
public List<YangAugment> getListOfYangAugment(YangNode node)
node - root nodepublic YangNode processAugmentXpathLinking(List<YangAtomicPath> absPaths, YangNode root)
absPaths - absolute path node listroot - root nodeCopyright © 2016. All rights reserved.