protected static class CloverReportParser.CloverXmlHandler extends org.xml.sax.helpers.DefaultHandler
Modifier | Constructor and Description |
---|---|
protected |
CloverXmlHandler() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String uri,
String localName,
String qName) |
CloverReportParser.ProjectMetrics |
getProjectMetrics() |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void startElement(@NotNull String uri, @NotNull String localName, @NotNull String qName, @NotNull Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endElement(@NotNull String uri, @NotNull String localName, @NotNull String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
@Nullable public CloverReportParser.ProjectMetrics getProjectMetrics()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.