BNFParser :: isValid - Check whether parser is valid or not
The parser is valid, when it has been created (create()) successfully.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.

