See Also: Attributes2Impl Members
SAX2 extension helper for additional Attributes information, implementing the Org.Xml.Sax.Ext.IAttributes2 interface.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
This is not part of core-only SAX2 distributions.
The specified flag for each attribute will always be true, unless it has been set to false in the copy constructor or using Attributes2Impl.SetSpecified(int, System.Boolean). Similarly, the declared flag for each attribute will always be false, except for defaulted attributes (specified is false), non-CDATA attributes, or when it is set to true using Attributes2Impl.SetDeclared(int, System.Boolean). If you change an attribute's type by hand, you may need to modify its declared flag to match.