Searched defs:Text (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DText.java16 * The <code>Text</code> interface inherits from <code>CharacterData</code>
19 * object implementing the <code>Text</code> interface that is the only
21 * information items (elements, comments, etc.) and <code>Text</code> nodes
24 * <code>Text</code> node for each block of text. Users may create adjacent
25 * <code>Text</code> nodes that represent the contents of a given element
30 * <code>Text</code> objects into a single node for each block of text.
31 * <p> No lexical check is done on the content of a <code>Text</code> node
40 public interface Text extends CharacterData { interface in inherits:CharacterData
58 public Text splitText(int offset)
72 * Returns all text of <code>Text</cod
[all...]
/libcore/benchmarks/src/benchmarks/regression/
H A DBreakIteratorBenchmark.java25 public static enum Text { enum in class:BreakIteratorBenchmark
42 Text(Locale locale, String text) { method in class:BreakIteratorBenchmark.Text
48 @Param private Text text;

Completed in 105 milliseconds