View Javadoc
1   package org.checkstyle.suppressionxpathfilter.matchxpath;
2   
3   public class InputXpathMatchXpathEncodedQuoteChar {
4       char quotChar = '\"'; // warning
5   }