public interface XmlPullParserBufferControl
XmlPullParserFactory| Modifier and Type | Method and Description |
|---|---|
int |
getBufferShrinkOffset() |
int |
getHardLimit() |
int |
getSoftLimit() |
boolean |
isBufferShrinkable() |
void |
setBufferShrinkable(boolean shrinkable) |
void |
setHardLimit(int value) |
void |
setSoftLimit(int value) |
int getHardLimit()
void setHardLimit(int value)
throws XmlPullParserException
XmlPullParserExceptionint getSoftLimit()
void setSoftLimit(int value)
throws XmlPullParserException
XmlPullParserExceptionint getBufferShrinkOffset()
void setBufferShrinkable(boolean shrinkable)
throws XmlPullParserException
XmlPullParserExceptionboolean 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