Javax.Xml.Parsers.SAXParser.GetProperty Method

Syntax

[Android.Runtime.Register("getProperty", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetProperty_Ljava_lang_String_Handler")]
public abstract Java.Lang.Object GetProperty (string name)

See Also

Org.Xml.Sax.IXMLReader.GetProperty(string)

Parameters

name
The name of the property to be retrieved.

Returns

Documentation for this section has not yet been entered.

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

Returns the particular property requested for in the underlying implementation of Org.Xml.Sax.IXMLReader.

[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