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

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

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 the current value of an attribute's "specified" flag.
IsSpecified(string) : bool
Returns the current value of an attribute's "specified" flag.
IsSpecified(string, string) : bool
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.