Searched refs:TextEvent (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatPullParser.java664 static class TextEvent extends Event { class in class:ExpatPullParser
668 public TextEvent(int initialCapacity, int depth, method in class:ExpatPullParser.TextEvent
720 TextEvent textEvent = null;
890 textEvent = new TextEvent(length, this.depth,

Completed in 78 milliseconds