The methods of the Node class are listed below. For a complete list of Node class members, see the Node Members topic.
![]() FromFile | Parse a Yaml string from a textfile and return a Yaml tree |
![]() Parse | Overloaded. Parse a Yaml string and return a Yaml tree |
![]() Parse | Overloaded. Parse function |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Info | 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 |
ToFile | Overloaded. Write a YAML tree to a file using UTF-8 encoding |
ToString | 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. |
Write | Overloaded. Return a Yaml string |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
Write | Overloaded. Writes a Yaml tree back to a file or stream |