The methods of Org.Xml.Sax.Ext.IAttributes2 are listed below. For a list of all members, see the IAttributes2 Members list.
IsDeclared(int)Returns false unless the attribute was declared in the DTD. | ||
IsDeclared(string)Returns false unless the attribute was declared in the DTD. | ||
IsDeclared(string, string)Returns false unless the attribute was declared in the DTD. | ||
IsSpecified(int)Returns true unless the attribute value was provided by DTD defaulting. | ||
IsSpecified(string)Returns true unless the attribute value was provided by DTD defaulting. | ||
IsSpecified(string, string)Returns true unless the attribute value was provided by DTD defaulting. | ||