Class Namespace
Przestrzeń nazw
Reprezentacja przestrzeni nazw XML.
Metody
Metoda | Zwracany typ | Krótki opis |
getPrefix() | String | Pobiera prefiks przestrzeni nazw. |
getURI() | String | Pobiera identyfikator URI przestrzeni nazw. |
Szczegółowa dokumentacja
getPrefix()
Pobiera prefiks przestrzeni nazw.
Powroty
String
– przedrostek przestrzeni nazw,
getURI()
Pobiera identyfikator URI przestrzeni nazw.
Powroty
String
– identyfikator URI przestrzeni nazw,
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-01 UTC.
[null,null,["Ostatnia aktualizacja: 2023-12-01 UTC."],[[["Represents an XML namespace and provides methods for interacting with it."],["Includes methods to retrieve the prefix (`getPrefix()`) and URI (`getURI()`) associated with the namespace."],["Both `getPrefix()` and `getURI()` methods return string values representing the respective namespace components."]]],[]]