The members of Org.Xml.Sax.Ext.Attributes2Impl are listed below.
See Also: Inherited members from Org.Xml.Sax.Helpers.AttributesImpl
| Construct a new, empty Attributes2Impl object. | ||
| Copy an existing Attributes or Attributes2 object. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | ||