[[["समझने में आसान है","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"]]