|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FragmentEventReader
Interface for event readers which support treating XML fragments as standalone XML documents by wrapping the fragments with StartDocument and EndDocument events.
| Method Summary | |
|---|---|
void |
markFragmentProcessed()
Tells the event reader the current fragment has been processed. |
void |
markStartFragment()
Tells the event reader its cursor position is exactly before the fragment. |
void |
reset()
Reset the state of the fragment reader - make it forget it assumptions about current position of cursor (e.g. in case of rollback of the wrapped reader). |
| Methods inherited from interface javax.xml.stream.XMLEventReader |
|---|
close, getElementText, getProperty, hasNext, nextEvent, nextTag, peek |
| Methods inherited from interface java.util.Iterator |
|---|
next, remove |
| Method Detail |
|---|
void markStartFragment()
void markFragmentProcessed()
void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||