Returns an instance of Parser from the given lexer.
whether the returned Parser shall skip element content whitespace or return it as text nodes
the lexer to build this Parser from
A Parser instance initialized with the given lexer
See Implementation
Returns an instance of Parser from the given lexer.