parseDocument.RspString.Rd
Parses an RSP string into a RSP document.
# S3 method for RspString
parseDocument(object, ..., envir=parent.frame(), parser=RspParser())
Additional arguments passed to the RSP parser.
The environment
where the RSP document is parsed.
An RspParser
.
Returns a RspDocument
(unless until != "*"
in case it
returns a deparsed RspString
.)
For more information see RspString
.