Javax.Xml.Parsers.DocumentBuilderFactory.XIncludeAware Property

Syntax

[get: Android.Runtime.Register("isXIncludeAware", "()Z", "GetIsXIncludeAwareHandler")]
[set: Android.Runtime.Register("setXIncludeAware", "(Z)V", "GetSetXIncludeAware_ZHandler")]
public virtual bool XIncludeAware { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionFor backward compatibility, when implementations for earlier versions of JAXP is used, this exception will be thrown.
Java.Lang.UnsupportedOperationExceptionFor backward compatibility, when implementations for earlier versions of JAXP is used, this exception will be thrown.

Remarks

Get method documentation [Android Documentation]

Get state of XInclude processing.

Set method documentation [Android Documentation]

Set state of XInclude processing.

If XInclude markup is found in the document instance, should it be processed as specified in .

XInclude processing defaults 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