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 XPathFactory
?
[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 XPathFactory
will understand.
Returns
true
if XPathFactory
supports objectModel
, else false
.
- Attributes
Exceptions
If objectModel
is null
.
If objectModel.length() == 0
.
Remarks
Is specified object model supported by this XPathFactory
?
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.