The methods of the Node class are listed below. For a complete list of Node class members, see the Node Members topic.
![]() ![]() | Parse a Yaml string from a textfile and return a Yaml tree |
![]() ![]() | Overloaded. Parse a Yaml string and return a Yaml tree |
![]() ![]() | Overloaded. Parse function |
![]() | |
![]() | |
![]() | |
![]() | Node info returns a YAML node and is also mostly used for debugging the parser. This could be used for traversing the meta-info of another YAML tree |
![]() | Overloaded. Write a YAML tree to a file using UTF-8 encoding |
![]() | The ToString method here, and in all the classses derived from this class, is used mainly for debugging purpose. ToString returns a xml-like textual representation of the objects. It's very useful to see how a Yaml document has been parsed because of the disambiguous representation of this notation. |
![]() | Overloaded. Return a Yaml string |
![]() | |
![]() |
![]() | Overloaded. Writes a Yaml tree back to a file or stream |