Méthode System::Xml::XmlNamespaceManager::LookupPrefix

XmlNamespaceManager::LookupPrefix method

Trouve le préfixe déclaré pour l’URI d’espace de noms donné.

String System::Xml::XmlNamespaceManager::LookupPrefix(const String &uri) override
ParamètreTypeDescription
uriconst String&L’espace de noms à résoudre pour le préfixe.

ReturnValue

Le préfixe correspondant. S’il n’existe aucun préfixe mappé, la méthode retourne String::Empty. Si une valeur nulle est fournie, alors nullptr est retourné.

Voir aussi