Class Namespace
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
詳細なドキュメント
getPrefix()
名前空間の接頭辞を取得します。
戻る
String
- Namespace の接頭辞
getURI()
Namespace の URI を取得します。
戻る
String
- 名前空間の URI
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 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"]]