org.gjt.xpp

Interface XmlPullParserEventPosition

public interface XmlPullParserEventPosition

Special interface to retrieve event positioning information.

Author: Aleksander Slominski

See Also: XmlPullParserFactory

Method Summary
char[]getEventBuffer()

NOTE: This may be internal buffer and is valud only until call to method next()- do NOT attempt modify !

intgetEventEnd()
intgetEventStart()

Method Detail

getEventBuffer

public char[] getEventBuffer()

NOTE: This may be internal buffer and is valud only until call to method next()- do NOT attempt modify !

getEventEnd

public int getEventEnd()

getEventStart

public int getEventStart()
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.

Note this package is deprecated by XPP3 that implements XmlPull API