उन सभी नोड की टेक्स्ट वैल्यू दिखाता है जो नोड से सीधे तौर पर या सीधे तौर पर नहीं जुड़ी हैं. यह उसी क्रम में होती है जिस क्रम में वे दस्तावेज़ में दिखती हैं.
ज़्यादा जानकारी के साथ दस्तावेज़
detach()
नोड को उसके पैरंट Element नोड से अलग करता है. अगर नोड का कोई पैरंट नहीं है, तो इस तरीके का कोई असर नहीं होता है.
ProcessingInstruction नोड के लिए टारगेट हासिल करता है.
रिटर्न
String — ProcessingInstruction नोड का टारगेट
getValue()
उन सभी नोड की टेक्स्ट वैल्यू दिखाता है जो नोड से सीधे तौर पर या सीधे तौर पर नहीं जुड़ी हैं. यह उसी क्रम में होती है जिस क्रम में वे दस्तावेज़ में दिखती हैं.
रिटर्न
String — उन सभी नोड की टेक्स्ट वैल्यू जो नोड के डायरेक्ट या इनडायरेक्ट चाइल्ड हैं
[[["समझने में आसान है","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"]],["आखिरी बार 2023-12-01 (UTC) को अपडेट किया गया."],[[["Represents an XML `ProcessingInstruction` node, providing methods for interaction."],["Offers methods to detach from parent, retrieve raw data, get parent element, target, and text value."],["`detach()` removes the node from its parent, `getData()` retrieves raw instruction data, and `getParentElement()` fetches the parent node."],["`getTarget()` retrieves the processing instruction's target, and `getValue()` gets the text value of its children."]]],[]]