org.gjt.xpp
Interface XmlPullParserBufferControl
public interface XmlPullParserBufferControl
Additional interface to control XML Pull Parser buffering.
- Author:
- Aleksander Slominski
- See Also:
XmlPullParserFactory
getHardLimit
int getHardLimit()
setHardLimit
void setHardLimit(int value)
throws XmlPullParserException
- Throws:
XmlPullParserException
getSoftLimit
int getSoftLimit()
setSoftLimit
void setSoftLimit(int value)
throws XmlPullParserException
- Throws:
XmlPullParserException
getBufferShrinkOffset
int getBufferShrinkOffset()
setBufferShrinkable
void setBufferShrinkable(boolean shrinkable)
throws XmlPullParserException
- Throws:
XmlPullParserException
isBufferShrinkable
boolean isBufferShrinkable()
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