Javax.Xml.Parsers.DocumentBuilderFactory.Coalescing Property
Indicates whether or not the factory is configured to produce parsers which converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node.

Syntax

[get: Android.Runtime.Register("isCoalescing", "()Z", "GetIsCoalescingHandler")]
[set: Android.Runtime.Register("setCoalescing", "(Z)V", "GetSetCoalescing_ZHandler")]
public virtual bool Coalescing { 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 converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node.

Set method documentation [Android Documentation]

Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node. 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