The methods of Org.Xml.Sax.Ext.Attributes2Impl are listed below. For a list of all members, see the Attributes2Impl Members list.
See Also: Inherited members from Org.Xml.Sax.Helpers.AttributesImpl
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 the current value of an attribute's "specified" flag. | ||
IsSpecified(string)Returns the current value of an attribute's "specified" flag. | ||
IsSpecified(string, string)Returns the current value of an attribute's "specified" flag. | ||
SetDeclared(int, bool)Assign a value to the "declared" flag of a specific attribute. | ||
SetSpecified(int, bool)Assign a value to the "specified" flag of a specific attribute. | ||