(int i)
| 212 | } |
| 213 | |
| 214 | public boolean isText(int i) { |
| 215 | int t = getType(i); |
| 216 | return t == TEXT || t == IGNORABLE_WHITESPACE || t == CDSECT; |
| 217 | } |
| 218 | |
| 219 | /** Recursively builds the child elements from the given parser |
| 220 | until an end tag or end document is found. |