SAXParser.IsXIncludeAware Property

Definition

Get the XInclude processing mode for this parser.

public virtual bool IsXIncludeAware { [Android.Runtime.Register("isXIncludeAware", "()Z", "GetIsXIncludeAwareHandler")] get; }
[<get: Android.Runtime.Register("isXIncludeAware", "()Z", "GetIsXIncludeAwareHandler")>]
member this.IsXIncludeAware : bool

Property Value

Boolean

the return value of the SAXParserFactory#isXIncludeAware() when this parser was created from factory.

Attributes

Exceptions

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

Remarks

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

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

See also