Org.Xml.Sax.Ext.IAttributes2: Method Members

The methods of Org.Xml.Sax.Ext.IAttributes2 are listed below. For a list of all members, see the IAttributes2 Members list.

Public Methods

IsDeclared(int) : bool
Returns false unless the attribute was declared in the DTD.
IsDeclared(string) : bool
Returns false unless the attribute was declared in the DTD.
IsDeclared(string, string) : bool
Returns false unless the attribute was declared in the DTD.
IsSpecified(int) : bool
Returns true unless the attribute value was provided by DTD defaulting.
IsSpecified(string) : bool
Returns true unless the attribute value was provided by DTD defaulting.
IsSpecified(string, string) : bool
Returns true unless the attribute value was provided by DTD defaulting.