Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: RhoElement Parse(string)

  • Declared in: RT.Util.RhoML

Declaration

public static RhoElement Parse(
    string input
)

Summary

Parses the specified string as RhoML.

Parameters

stringinput 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.