XPathFactory.IsObjectModelSupported(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Le modèle objet spécifié est-il pris en charge par cela 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
Paramètres
- objectModel
- String
Spécifie le modèle objet que le retourné XPathFactory comprend.
Retours
true si XPathFactory prend en charge objectModel, sinon false.
- Attributs
Exceptions
Si objectModel c’est null.
Si objectModel.length() == 0.
Remarques
Le modèle objet spécifié est-il pris en charge par cela XPathFactory?
Documentation Java pour javax.xml.xpath.XPathFactory.isObjectModelSupported(java.lang.String).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.