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, warningpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(@NotNull
String uri,
@NotNull
String localName,
@NotNull
String qName,
@NotNull
Attributes attributes)
throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(@NotNull
String uri,
@NotNull
String localName,
@NotNull
String qName)
throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXException@Nullable public CloverReportParser.ProjectMetrics getProjectMetrics()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.