public final class SuppressionsLoader extends AbstractLoader
AbstractLoader.LoadExternalDtdFeatureProvider
Modifier and Type | Method and Description |
---|---|
FilterSet |
getFilterChain()
Returns the loaded filter chain.
|
static FilterSet |
loadSuppressions(String aFilename)
Returns the suppression filters in a specified file.
|
void |
startElement(String aNamespaceURI,
String aLocalName,
String aQName,
Attributes aAtts) |
error, fatalError, parseInputSource, resolveEntity, warning
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl
public FilterSet getFilterChain()
public void startElement(String aNamespaceURI, String aLocalName, String aQName, Attributes aAtts) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public static FilterSet loadSuppressions(String aFilename) throws CheckstyleException
aFilename
- name of the suppresssions file.CheckstyleException
- if an error occurs.Copyright © 2001–2020. All rights reserved.