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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendElement(@NotNull String uri, @NotNull String localName, @NotNull String qName) @Nullable CloverReportParser.ProjectMetricsvoidvoidstartElement(@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, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
CloverXmlHandler
protected CloverXmlHandler()
-
-
Method Details
-
startDocument
- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin 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:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
endElement
public void endElement(@NotNull @NotNull String uri, @NotNull @NotNull String localName, @NotNull @NotNull String qName) throws SAXException - Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler- Throws:
SAXException
-
getProjectMetrics
-