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:
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    NOTE: This may be internal buffer and is valud only until call to method next()- do NOT attempt modify !
    int
     
    int
     
  • 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 !