parse(String) method

Parses the Source and converts it to a Java Object containing all the information that were contained by the source.

Syntax

public IParserDocument parse (String document) throws ParserException

Parameters

Returns

The Object representation of the parsed document

Exceptions