Package org.gjt.xpp
Interface XmlPullParserEventPosition
-
public interface XmlPullParserEventPositionSpecial 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 !intgetEventEnd()intgetEventStart()
-