Class Namespace
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เนมสเปซ
การนําเสนอเนมสเปซ XML
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
getPrefix() | String | รับคำนำหน้าสำหรับเนมสเปซ |
getURI() | String | รับ URI สําหรับเนมสเปซ |
เอกสารประกอบโดยละเอียด
getPrefix()
รับคำนำหน้าสำหรับเนมสเปซ
รีเทิร์น
String
— คำนำหน้าสำหรับเนมสเปซ
getURI()
รับ 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"]]