/* */
/* */ public void ensureAttributesCapacity(int minCapacity) throws XmlPullParserException
/* */ {
/* 196 */ if ((this.element instanceof AbstractElement)) {
/* 197 */ AbstractElement elementImpl = (AbstractElement)this.element;
/* 198 */ elementImpl.ensureAttributesCapacity(minCapacity);
/* */ }
/* */ }
/* */
/* */ /** @deprecated */
/* */ public void removeAtttributes()