Class CloverReportParser.CloverXmlHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.atlassian.bamboo.clover.builder.coverage.CloverReportParser.CloverXmlHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Enclosing class:
- CloverReportParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endElement
(@NotNull String uri, @NotNull String localName, @NotNull String qName) @Nullable CloverReportParser.ProjectMetrics
void
void
startElement
(@NotNull String uri, @NotNull String localName, @NotNull String qName, @NotNull Attributes attributes) Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
CloverXmlHandler
protected CloverXmlHandler()
-
-
Method Details
-
startDocument
- Specified by:
startDocument
in interfaceContentHandler
- Overrides:
startDocument
in classDefaultHandler
- Throws:
SAXException
-
startElement
public void startElement(@NotNull @NotNull String uri, @NotNull @NotNull String localName, @NotNull @NotNull String qName, @NotNull @NotNull Attributes attributes) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-
endElement
public void endElement(@NotNull @NotNull String uri, @NotNull @NotNull String localName, @NotNull @NotNull String qName) throws SAXException - Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
- Throws:
SAXException
-
getProjectMetrics
-