public interface DataNodeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
enterDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType)
Enters the data node by the visitor.
|
void |
exitDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType)
Exits the data node by the visitor.
|
void enterDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType)
dataNode - data node which the tree walker visitssiblingType - indicates whether the data node the the first
or last sibling instance of a multi-instance nodevoid exitDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType)
dataNode - data node which the tree walker finishes the visitsiblingType - indicates whether the data node the the first
or last sibling instance of a multi-instance nodeCopyright © 2019. All rights reserved.