Class ConversionService.CoverageEntityResolver
- java.lang.Object
-
- com.parasoft.findings.jenkins.coverage.converter.ConversionService.CoverageEntityResolver
-
- All Implemented Interfaces:
EntityResolver
- Enclosing class:
- ConversionService
public static class ConversionService.CoverageEntityResolver extends Object implements EntityResolver
Skip DTD Entity resolution.
-
-
Constructor Summary
Constructors Constructor Description CoverageEntityResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-
-