public class EclipseXMLParser extends IssueParser
| Constructor and Description |
|---|
EclipseXMLParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(ReaderFactory readerFactory)
Returns whether this parser accepts the specified file as valid input.
|
Report |
parse(ReaderFactory readerFactory)
Parses the specified file for issues.
|
isXmlFilepublic boolean accepts(ReaderFactory readerFactory)
IssueParseraccepts in class IssueParserreaderFactory - provides a reader to the reportstrue if this parser accepts this file as valid input, or false if the file could not be
parsed by this parserpublic Report parse(ReaderFactory readerFactory) throws ParsingException
IssueParserparse in class IssueParserreaderFactory - provides a reader to the reportsParsingException - Signals that during parsing a non recoverable error has been occurredCopyright © 2018. All rights reserved.