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