- Declared in: RT.Util.RhoML
Declaration
public static RhoElement Parse(
string input
)
Summary
Parses the specified string as RhoML.
Parameters
string | input |
The string to parse. |
Returns
The root element of the parse tree. The root element has a null name, and contains the RhoML content as child
nodes, even if the parsed content has a single top-level node.