DocumentBuilderFactory.XIncludeAware Property

Definition

Get state of XInclude processing. -or- Set state of XInclude processing.

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

Property Value

current state of XInclude processing

Attributes

Exceptions

For backward compatibility, when implementations for earlier versions of JAXP is used, this exception will be thrown.

Remarks

Property getter documentation:

Get state of XInclude processing.

Added in 1.5.

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

Property setter documentation:

Set state of XInclude processing.

If XInclude markup is found in the document instance, should it be processed as specified in XML Inclusions (XInclude) Version 1.0.

XInclude processing defaults to false.

Added in 1.5.

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