Lines Matching refs:next

41  * next() and hasNext().  The data can be accessed using methods such as getEventType(),
44 * <p> The <a href="#next()">next()</a> method causes the reader to read the next parse event.
45 * The next() method returns an integer which identifies the type of event just read.
94 * <td> next(), getName(), getLocalName(), hasName(), getPrefix(),
101 * <td> next(), nextTag()
107 * <td> next(), nextTag()
113 * <td> next(), getName(), getLocalName(), hasName(), getPrefix(),
119 * <td> next(), getTextXXX(), nextTag() </td>
123 * <td> next(), getTextXXX(), nextTag() </td>
127 * <td> next(), getTextXXX(), nextTag() </td>
131 * <td> next(), getTextXXX(), nextTag() </td>
135 * <td> next(), getEncoding(), getVersion(), isStandalone(), standaloneSet(),
144 * <td> next(), getPITarget(), getPIData(), nextTag() </td>
148 * <td> next(), getLocalName(), getText(), nextTag() </td>
152 * <td> next(), getText(), nextTag() </td>
174 * Get next parsing event - a processor may return all contiguous
188 * The behavior of calling next() when being on foo will be:<br>
192 * 4- then the next characters section (another CHARACTERS)<br>
205 public int next() throws XMLStreamException;
230 * "parser must be on START_ELEMENT to read next text", getLocation());
232 * int eventType = next();
253 * eventType = next();
278 * int eventType = next();
286 * eventType = next();
307 * @throws XMLStreamException if there is a fatal error detecting the next state
480 * a call to next() changes the state of the reader.
491 * thrown. The parent stream will always return the same result from next()
493 * @return an XMLStreamReader which points to the next element
526 * contain the text characters until the XMLStreamReader moves on to the next event.
578 * Reader returned by this method is only valid until next() is called.
622 * The location information is only valid until next() is