Method | Description | |
---|---|---|
AddXML ( this yaml, |
Adds an XML node (and its children) to this YAML node.
|
|
ConvertXML ( string xml ) : Node |
Converts an XML string to the equivalent YAML representation.
|
public static AddXML ( this yaml, |
||
yaml | this | |
xml | ||
return | void |
public static ConvertXML ( string xml ) : Node | ||
xml | string | |
return | Node |