View Javadoc
1   package com.puppycrawl.tools.checkstyle.xpath.xpathquerygenerator;
2   
3   public class InputXpathQueryGeneratorEscapeCharacters {
4       String testOne = "<>'\"&abc;&lt;\u0080\n";
5   
6       String testTwo = "&#0;&#X0\u0001\r";
7   }