public final class SuppressionsLoader extends XmlLoader
XmlLoader.LoadExternalDtdFeatureProvider| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
ATTRIBUTE_NAME_CHECKS
String literal for attribute name.
|
private static java.lang.String |
ATTRIBUTE_NAME_COLUMNS
String literal for attribute name.
|
private static java.lang.String |
ATTRIBUTE_NAME_FILES
String literal for attribute name.
|
private static java.lang.String |
ATTRIBUTE_NAME_ID
String literal for attribute name.
|
private static java.lang.String |
ATTRIBUTE_NAME_LINES
String literal for attribute name.
|
private static java.lang.String |
ATTRIBUTE_NAME_MESSAGE
String literal for attribute name.
|
private static java.lang.String |
ATTRIBUTE_NAME_QUERY
String literal for attribute name.
|
private static java.lang.String |
DTD_PUBLIC_CS_ID_1_0
The new public ID for version 1_0 configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_CS_ID_1_1
The new public ID for version 1_1 configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_CS_ID_1_1_XPATH
The new public ID for version 1_1 configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_CS_ID_1_2
The new public ID for version 1_2 configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_CS_ID_1_2_XPATH
The new public ID for version 1_2 configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_ID_1_0
The public ID for the configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_ID_1_1
The public ID for the configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_ID_1_1_XPATH
The public ID for the configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_ID_1_2
The public ID for the configuration dtd.
|
private static java.lang.String |
DTD_PUBLIC_ID_1_2_XPATH
The public ID for the configuration dtd.
|
private static java.lang.String |
DTD_SUPPRESSIONS_NAME_1_0
The resource for the configuration dtd.
|
private static java.lang.String |
DTD_SUPPRESSIONS_NAME_1_1
The resource for the configuration dtd.
|
private static java.lang.String |
DTD_SUPPRESSIONS_NAME_1_1_XPATH
The resource for the configuration dtd.
|
private static java.lang.String |
DTD_SUPPRESSIONS_NAME_1_2
The resource for the configuration dtd.
|
private static java.lang.String |
DTD_SUPPRESSIONS_NAME_1_2_XPATH
The resource for the configuration dtd.
|
private FilterSet |
filterChain
The filter chain to return in getAFilterChain(),
configured during parsing.
|
private java.util.Set<TreeWalkerFilter> |
treeWalkerFilters
The set of the
TreeWalkerFilter filters. |
private static java.lang.String |
UNABLE_TO_FIND_ERROR_MESSAGE
File search error message.
|
| Modifier | Constructor and Description |
|---|---|
private |
SuppressionsLoader()
Creates a new
SuppressionsLoader instance. |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Map<java.lang.String,java.lang.String> |
createIdToResourceNameMap()
Creates mapping between local resources and dtd ids.
|
private static SuppressFilterElement |
getSuppressElement(org.xml.sax.Attributes attributes)
Returns the suppress element, initialized from given attributes.
|
private static SuppressionsLoader |
getSuppressionLoader(org.xml.sax.InputSource source,
java.lang.String sourceName)
Parses specified source and returns the suppression loader.
|
private static XpathFilterElement |
getXpathFilter(org.xml.sax.Attributes attributes)
Returns the xpath filter, initialized from given attributes.
|
private static FilterSet |
loadSuppressions(org.xml.sax.InputSource source,
java.lang.String sourceName)
Returns the suppression filters in a specified source.
|
static FilterSet |
loadSuppressions(java.lang.String filename)
Returns the suppression filters in a specified file.
|
private static java.util.Set<TreeWalkerFilter> |
loadXpathSuppressions(org.xml.sax.InputSource source,
java.lang.String sourceName)
Returns the suppression
TreeWalker filters in a specified source. |
static java.util.Set<TreeWalkerFilter> |
loadXpathSuppressions(java.lang.String filename)
Returns the suppression
TreeWalker filters in a specified file. |
void |
startElement(java.lang.String namespaceUri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes) |
error, parseInputSource, resolveEntityprivate static final java.lang.String DTD_PUBLIC_ID_1_0
private static final java.lang.String DTD_PUBLIC_CS_ID_1_0
private static final java.lang.String DTD_SUPPRESSIONS_NAME_1_0
private static final java.lang.String DTD_PUBLIC_ID_1_1
private static final java.lang.String DTD_PUBLIC_CS_ID_1_1
private static final java.lang.String DTD_SUPPRESSIONS_NAME_1_1
private static final java.lang.String DTD_PUBLIC_ID_1_2
private static final java.lang.String DTD_PUBLIC_CS_ID_1_2
private static final java.lang.String DTD_SUPPRESSIONS_NAME_1_2
private static final java.lang.String DTD_PUBLIC_ID_1_1_XPATH
private static final java.lang.String DTD_PUBLIC_CS_ID_1_1_XPATH
private static final java.lang.String DTD_SUPPRESSIONS_NAME_1_1_XPATH
private static final java.lang.String DTD_PUBLIC_ID_1_2_XPATH
private static final java.lang.String DTD_PUBLIC_CS_ID_1_2_XPATH
private static final java.lang.String DTD_SUPPRESSIONS_NAME_1_2_XPATH
private static final java.lang.String UNABLE_TO_FIND_ERROR_MESSAGE
private static final java.lang.String ATTRIBUTE_NAME_FILES
private static final java.lang.String ATTRIBUTE_NAME_CHECKS
private static final java.lang.String ATTRIBUTE_NAME_MESSAGE
private static final java.lang.String ATTRIBUTE_NAME_ID
private static final java.lang.String ATTRIBUTE_NAME_QUERY
private static final java.lang.String ATTRIBUTE_NAME_LINES
private static final java.lang.String ATTRIBUTE_NAME_COLUMNS
private final FilterSet filterChain
private final java.util.Set<TreeWalkerFilter> treeWalkerFilters
TreeWalkerFilter filters. Being filled during parsing.private SuppressionsLoader() throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException
SuppressionsLoader instance.javax.xml.parsers.ParserConfigurationException - if an error occursorg.xml.sax.SAXException - if an error occurspublic void startElement(java.lang.String namespaceUri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXExceptionprivate static SuppressFilterElement getSuppressElement(org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
attributes - the attributes of xml-tag "<suppress></suppress>",
specified inside suppression file.org.xml.sax.SAXException - if an error occurs.private static XpathFilterElement getXpathFilter(org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
attributes - the attributes of xml-tag "<suppress-xpath></suppress-xpath>",
specified inside suppression file.org.xml.sax.SAXException - if an error occurs.public static FilterSet loadSuppressions(java.lang.String filename) throws CheckstyleException
filename - name of the suppressions file.CheckstyleException - if an error occurs.private static FilterSet loadSuppressions(org.xml.sax.InputSource source, java.lang.String sourceName) throws CheckstyleException
source - the source for the suppressions.sourceName - the name of the source.CheckstyleException - if an error occurs.public static java.util.Set<TreeWalkerFilter> loadXpathSuppressions(java.lang.String filename) throws CheckstyleException
TreeWalker filters in a specified file.filename - name of the suppressions file.CheckstyleException - if an error occurs.private static java.util.Set<TreeWalkerFilter> loadXpathSuppressions(org.xml.sax.InputSource source, java.lang.String sourceName) throws CheckstyleException
TreeWalker filters in a specified source.source - the source for the suppressions.sourceName - the name of the source.CheckstyleException - if an error occurs.private static SuppressionsLoader getSuppressionLoader(org.xml.sax.InputSource source, java.lang.String sourceName) throws CheckstyleException
source - the source for the suppressions.sourceName - the name of the source.CheckstyleException - if an error occurs.private static java.util.Map<java.lang.String,java.lang.String> createIdToResourceNameMap()
Copyright © 2001-2022. All Rights Reserved.