Javax.Xml.Parsers.DocumentBuilderFactory.IgnoringElementContentWhitespace Property
Indicates whether or not the factory is configured to produce parsers which ignore ignorable whitespace in element content.

Syntax

[get: Android.Runtime.Register("isIgnoringElementContentWhitespace", "()Z", "GetIsIgnoringElementContentWhitespaceHandler")]
[set: Android.Runtime.Register("setIgnoringElementContentWhitespace", "(Z)V", "GetSetIgnoringElementContentWhitespace_ZHandler")]
public virtual bool IgnoringElementContentWhitespace { 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 ignore ignorable whitespace in element content.

Set method documentation [Android Documentation]

Specifies that the parsers created by this factory must eliminate whitespace in element content (sometimes known loosely as 'ignorable whitespace') when parsing XML documents (see XML Rec 2.10). Note that only whitespace which is directly contained within element content that has an element only content model (see XML Rec 3.2.1) will be eliminated. Due to reliance on the content model this setting requires the parser to be in validating mode. 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