Searched refs:textChunk (Results 1 – 6 of 6) sorted by relevance
133 public void text(String textChunk) { in text() argument134 policy.text(textChunk); in text()
94 public void text(String textChunk) { in text() argument96 out.text(textChunk); in text()
81 void text(String textChunk); in text() argument
153 public void text(String textChunk) { in sanitize()154 renderer.text(textChunk); in sanitize()
304 public void text(String textChunk) { in normalize()305 renderer.text(textChunk); in normalize()
58 public void text(String textChunk) { /* do nothing */ }