SAX parser writers can use this method to reset the attribute list between DocumentHandler.startElement events. Normally, it will make sense to reuse the same AttributeListImpl object rather than allocating a new one each time.
@see org.xml.sax.DocumentHandler#startElement
|
|
|
|