Re: Questions.
Stefan Haustein <[email protected]>
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
> 3) Does the nextText method "eats" the current event passing the parser > to the text event (or end_tag) or it just returns the next text > content but the parser remains in its actual state? nextText "eats" the text; otherwise, the state would be inconsistent for <tag></tag> vs. <tag>text</tag> Best, Stefan