public final class CodeNarcXMLParser extends Object implements org.sonar.api.utils.StaxParser.XmlStreamHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeNarcXMLParser.CodeNarcViolation |
| Modifier and Type | Method and Description |
|---|---|
static List<CodeNarcXMLParser.CodeNarcViolation> |
parse(File file) |
void |
stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor) |
public static List<CodeNarcXMLParser.CodeNarcViolation> parse(File file)
public void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
throws javax.xml.stream.XMLStreamException
stream in interface org.sonar.api.utils.StaxParser.XmlStreamHandlerjavax.xml.stream.XMLStreamExceptionCopyright © 2010-2012 SonarSource. All Rights Reserved.