DocumentBuilder.IsXIncludeAware Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
the return value of
the DocumentBuilderFactory#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
Get the XInclude processing mode for this parser.
Added in 1.5.
Java documentation for javax.xml.parsers.DocumentBuilder.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.