Org.Xml.Sax.Ext.IAttributes2 Members

The members of Org.Xml.Sax.Ext.IAttributes2 are listed below.

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.