相关文章推荐
另类的开水瓶  ·  c# unity3d ...·  6 小时前    · 
果断的围巾  ·  OpenXml ...·  4 小时前    · 
成熟的火柴  ·  本地通知 - .NET MAUI | ...·  45 分钟前    · 
紧张的烤面包  ·  SELECT | TiDB SQL ...·  2 月前    · 
暗恋学妹的柳树  ·  Oops!!! - 简书·  11 月前    · 
酒量小的骆驼  ·  mysql ...·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("setFeature", "(Ljava/lang/String;Z)V", "GetSetFeature_Ljava_lang_String_ZHandler")]
public abstract void SetFeature (string? name, bool value);
[<Android.Runtime.Register("setFeature", "(Ljava/lang/String;Z)V", "GetSetFeature_Ljava_lang_String_ZHandler")>]
abstract member SetFeature : string * bool -> unit

Parameters

Remarks

Set a feature for this DocumentBuilderFactory and DocumentBuilder s created by this factory.

Feature names are fully qualified java.net.URI s. Implementations may define their own features. An ParserConfigurationException is thrown if this DocumentBuilderFactory or the DocumentBuilder s it creates cannot support the feature. It is possible for an DocumentBuilderFactory to expose a feature value but be unable to change its state.

Earlier versions of this documentation have mandated support for the javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING feature, but this is not a supported feature on any version of Android.

Java documentation for javax.xml.parsers.DocumentBuilderFactory.setFeature(java.lang.String, boolean) .

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.