Class Namespace
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Namespace
Representasi namespace XML.
Metode
Metode | Jenis hasil yang ditampilkan | Deskripsi singkat |
getPrefix() | String | Mendapatkan awalan untuk namespace. |
getURI() | String | Mendapatkan URI untuk namespace. |
Dokumentasi mendetail
getPrefix()
Mendapatkan awalan untuk namespace.
Pulang pergi
String
— awalan untuk namespace
getURI()
Mendapatkan URI untuk namespace.
Pulang pergi
String
— URI untuk namespace
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eRepresents an XML namespace and provides methods for interacting with it.\u003c/p\u003e\n"],["\u003cp\u003eIncludes methods to retrieve the prefix (\u003ccode\u003egetPrefix()\u003c/code\u003e) and URI (\u003ccode\u003egetURI()\u003c/code\u003e) associated with the namespace.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003egetPrefix()\u003c/code\u003e and \u003ccode\u003egetURI()\u003c/code\u003e methods return string values representing the respective namespace components.\u003c/p\u003e\n"]]],[],null,["# Class Namespace\n\nNamespace\n\nA representation of an XML namespace. \n\n### Methods\n\n| Method | Return type | Brief description |\n|-----------------------------|-------------|------------------------------------|\n| [getPrefix()](#getPrefix()) | `String` | Gets the prefix for the namespace. |\n| [getURI()](#getURI()) | `String` | Gets the URI for the namespace. |\n\nDetailed documentation\n----------------------\n\n### `get``Prefix()`\n\nGets the prefix for the namespace.\n\n#### Return\n\n\n`String` --- the prefix for the namespace\n\n*** ** * ** ***\n\n### `get``URI()`\n\nGets the URI for the namespace.\n\n#### Return\n\n\n`String` --- the URI for the namespace"]]