org.codehaus.mojo.jdepend
public class JDependXMLReportParser extends DefaultHandler
| Field Summary | |
|---|---|
| protected StringBuffer | buffer |
| protected CyclePackage | cyclePackage |
| protected List | cycles |
| protected JDPackage | jdpackage |
| protected List | packages |
| protected Stack | stack |
| protected Stats | stats |
| Constructor Summary | |
|---|---|
| JDependXMLReportParser(File xmlFile)
Creates a new instance of JDependXMLReportParser | |
| Method Summary | |
|---|---|
| void | characters(char[] buff, int offset, int len) |
| void | endElement(String namespaceURI, String sName, String qName) |
| List | getPackages() |
| Stats | getStats() |
| void | startElement(String namespaceURI, String sName, String qName, Attributes attrs) |
Throws: SAXException ParserConfigurationException IOException