DocumentBuilderFactory.ExpandEntityReferences Property

Definition

Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes. -or- Specifies that the parser produced by this code will expand entity reference nodes.

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

Property Value

Boolean

true if the factory is configured to produce parsers which expand entity reference nodes; false otherwise.

Attributes

Remarks

Property getter documentation:

Java documentation for javax.xml.parsers.DocumentBuilderFactory.isExpandEntityReferences().

Property setter documentation:

Java documentation for javax.xml.parsers.DocumentBuilderFactory.setExpandEntityReferences(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.

Applies to