convert(input, formatter)
Instance Public methods
We take input
, parse it if necessary, then invoke the output
formatter
using a Visitor to render the result.
We take input
, parse it if necessary, then invoke the output
formatter
using a Visitor to render the result.
Please login to continue.