Org.Xml.Sax.Ext.Attributes2Impl Class
SAX2 extension helper for additional Attributes information, implementing the Org.Xml.Sax.Ext.IAttributes2 interface.

See Also: Attributes2Impl Members

Syntax

[Android.Runtime.Register("org/xml/sax/ext/Attributes2Impl", DoNotGenerateAcw=true)]
public class Attributes2Impl : Org.Xml.Sax.Helpers.AttributesImpl, IAttributes2, IDisposable

Remarks

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.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Ext
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1