View Javadoc
1   package org.checkstyle.suppressionxpathfilter.matchxpath;
2   
3   public class InputXpathMatchXpathEncodedQuoteString {
4       String quoteChar = "\"testOne\""; // warning
5   }