Javax.Xml.Parsers.DocumentBuilderFactory.IgnoringComments Property
Indicates whether or not the factory is configured to produce parsers which ignores comments.

Syntax

[get: Android.Runtime.Register("isIgnoringComments", "()Z", "GetIsIgnoringCommentsHandler")]
[set: Android.Runtime.Register("setIgnoringComments", "(Z)V", "GetSetIgnoringComments_ZHandler")]
public virtual bool IgnoringComments { 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 ignores comments.

Set method documentation [Android Documentation]

Specifies that the parser produced by this code will ignore comments. By default the value of this is set to false .

Requirements

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