[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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,["Namespace\n\nA representation of an XML namespace. \n\nMethods\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`get``Prefix()` \nGets the prefix for the namespace.\n\nReturn\n\n\n`String` --- the prefix for the namespace\n\n*** ** * ** ***\n\n`get``URI()` \nGets the URI for the namespace.\n\nReturn\n\n\n`String` --- the URI for the namespace"]]