This class provides a default implementation of the SAX2 {@link org.xml.sax.Attributes Attributes} interface, with the addition of manipulators so that the list can be modified or reused.
There are two typical uses of this class:
This class replaces the now-deprecated SAX1 {@link org.xml.sax.helpers.AttributeListImpl AttributeListImpl}class; in addition to supporting the updated Attributes interface rather than the deprecated {@link org.xml.sax.AttributeList AttributeList} interface, it also includes a much more efficient implementation using a single array rather than a set of Vectors.
@since SAX 2.0 @author David Megginson @version 2.0.1 (sax2r2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|