Package com.powsybl.commons.io
Interface TreeDataReader.ChildNodeReader
- Enclosing interface:
- TreeDataReader
public static interface TreeDataReader.ChildNodeReader
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStartNode
(String nodeName) The implementations must read the full node corresponding to the given name, including the corresponding end node
-
Method Details
-
onStartNode
The implementations must read the full node corresponding to the given name, including the corresponding end node- Parameters:
nodeName
- field name of the started node
-