Inspects an XML Document (JDOM) to check if it can parse it.
It checks if the given document if the type of feeds the parser understands.
Parameters: document - XML Document (JDOM) to check if it can be parsed by this parser. true if the parser know how to parser this feed, false otherwise.
Parses an XML document (JDOM Document) into a feed bean.
Parameters: document - XML document (JDOM) to parse. Parameters: validate - indicates if the feed should be strictly validated (NOT YET IMPLEMENTED). the resulting feed bean. throws: IllegalArgumentException - thrown if the parser cannot handle the given feed type. throws: FeedException - thrown if a feed bean cannot be created out of the XML document (JDOM).