Home | History | Annotate | Download | only in util

Lines Matching defs:getRawText

116   public final String getRawText() { return text; }
707 public String getRawText() { return text; }
804 info.add(getRawText());
1149 info.add(getRawText());
1170 info.add(getRawText());
1256 html.append(token.getRawText());
1262 html.append(token.getRawText());
1266 html.append(token.getRawText());
1279 html.append(token.getRawText());
1289 html.append(token.getRawText());
1299 html.append(token.getRawText());
1310 html.append(token.getRawText());
1412 while (index < p.getRawText().length()) {
1413 root = root.getChild(p.getRawText().charAt(index++));
1482 public String getRawText() {
1488 buf.append(tokens.get(i).getRawText());