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