Parser.parse

Parse the specified input text into a tree of nodes. <p> This method is thread-safe (a new parser state is used for each invocation).

@param input the text to parse @return the root node

class Parser
parse
(
string input
)

Meta