Org.Xml.Sax.Ext.Attributes2Impl Members

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

See Also: Inherited members from Org.Xml.Sax.Helpers.AttributesImpl

Public Constructors

Construct a new, empty Attributes2Impl object.
Copy an existing Attributes or Attributes2 object.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.