Package org.gjt.xpp
Interface XmlPullParserEventPosition
-
- All Known Implementing Classes:
PullParser
,X2PullParser
public interface XmlPullParserEventPosition
Special interface to retrieve event positioning information.- Author:
- Aleksander Slominski
- See Also:
XmlPullParserFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[]
getEventBuffer()
NOTE: This may be internal buffer and is valud only until call to method next()- do NOT attempt modify !int
getEventEnd()
int
getEventStart()
-