Javax.Xml.Parsers.DocumentBuilderFactory.ExpandEntityReferences Property
Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.

Syntax

[get: Android.Runtime.Register("isExpandEntityReferences", "()Z", "GetIsExpandEntityReferencesHandler")]
[set: Android.Runtime.Register("setExpandEntityReferences", "(Z)V", "GetSetExpandEntityReferences_ZHandler")]
public virtual bool ExpandEntityReferences { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.

Set method documentation [Android Documentation]

Specifies that the parser produced by this code will expand entity reference nodes. By default the value of this is set to true

Requirements

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