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
See Implementation
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