Javax.Xml.Parsers.SAXParser.SetProperty Method

Syntax

[Android.Runtime.Register("setProperty", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetSetProperty_Ljava_lang_String_Ljava_lang_Object_Handler")]
public abstract void SetProperty (string name, Java.Lang.Object value)

See Also

Org.Xml.Sax.IXMLReader.SetProperty(string, Java.Lang.Object)

Parameters

name
The name of the property to be set.
value
The value of the property to be set.

Exceptions

TypeReason
Org.Xml.Sax.SAXNotRecognizedExceptionWhen the underlying XMLReader does not recognize the property name.
Org.Xml.Sax.SAXNotSupportedExceptionWhen the underlying XMLReader recognizes the property name but doesn't support the property.

Remarks

Sets the particular property in the underlying implementation of Org.Xml.Sax.IXMLReader. A list of the core features and properties can be found at .

[Android Documentation]

Requirements

Namespace: Javax.Xml.Parsers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1