public interface YamlNode
| Modifier and Type | Field and Description | 
|---|---|
static String | 
UNNAMED_NODE  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
nodeName()
Returns the name of the node 
 | 
YamlNode | 
parent()
Returns the parent of the given node 
 | 
String | 
path()
Returns the path of the node from the root of the YAML structure. 
 | 
static final String UNNAMED_NODE
YamlNode parent()
null otherwiseString nodeName()
UNNAMED_NODE if not availableString path()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.