See Also: AttributesImpl Members
Default implementation of the Attributes interface.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See for further information.
This class provides a default implementation of the SAX2 Org.Xml.Sax.IAttributes 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 Org.Xml.Sax.Helpers.AttributeListImpl class; in addition to supporting the updated Attributes interface rather than the deprecated Org.Xml.Sax.IAttributeList interface, it also includes a much more efficient implementation using a single array rather than a set of Vectors.