Javax.Xml.Parsers.DocumentBuilderFactory.GetFeature Method

Syntax

[Android.Runtime.Register("getFeature", "(Ljava/lang/String;)Z", "GetGetFeature_Ljava_lang_String_Handler")]
public abstract bool GetFeature (string name)

Parameters

name
Feature name.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Xml.Parsers.ParserConfigurationExceptionif this DocumentBuilderFactory or the DocumentBuilders it creates cannot support this feature.

Remarks

Get the state of the named feature.

Feature names are fully qualified Java.Net.URIs. Implementations may define their own features. An Javax.Xml.Parsers.ParserConfigurationException is thrown if this DocumentBuilderFactory or the DocumentBuilders it creates cannot support the feature. It is possible for an DocumentBuilderFactory to expose a feature value but be unable to change its state.

[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