XPathFactory.IsObjectModelSupported(String) Method
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.
Is specified object model supported by this <code>XPathFactory</code>?
[Android.Runtime.Register("isObjectModelSupported", "(Ljava/lang/String;)Z", "GetIsObjectModelSupported_Ljava_lang_String_Handler")]
public abstract bool IsObjectModelSupported (string? objectModel);
[<Android.Runtime.Register("isObjectModelSupported", "(Ljava/lang/String;)Z", "GetIsObjectModelSupported_Ljava_lang_String_Handler")>]
abstract member IsObjectModelSupported : string -> bool
Parameters
- objectModel
- String
Specifies the object model which the returned <code>XPathFactory</code> will understand.
Returns
<code>true</code> if <code>XPathFactory</code> supports <code>objectModel</code>, else <code>false</code>.
- Attributes
Exceptions
If objectModel is null.
If objectModel.length() == 0.
Remarks
Java documentation for javax.xml.xpath.XPathFactory.isObjectModelSupported(java.lang.String).
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.