Interface XmlPullParserEventPosition
public interface XmlPullParserEventPosition
Special interface to retrieve event positioning information.
- Author:
- Aleksander Slominski
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionchar[]NOTE: This may be internal buffer and is valud only until call to method next()- do NOT attempt modify !intint
-
Method Details
-
getEventStart
int getEventStart() -
getEventEnd
int getEventEnd() -
getEventBuffer
char[] getEventBuffer()NOTE: This may be internal buffer and is valud only until call to method next()- do NOT attempt modify !
-