Ruft den Textwert aller Knoten, die direkte oder indirekte untergeordnete Knoten des Knotens sind, in der Reihenfolge ab, in der sie im Dokument angezeigt werden.
Ruft den Textwert aller Knoten, die direkte oder indirekte untergeordnete Knoten des Knotens sind, in der Reihenfolge ab, in der sie im Dokument angezeigt werden.
Return
String: Textwert aller Knoten, die dem Knoten direkte oder indirekte untergeordnete Knoten sind
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2023-12-01 (UTC)."],[[["The `Text` object represents a text node within an XML document and provides methods for manipulating its content."],["You can use methods like `append()`, `setText()`, and `getText()` to modify and retrieve the text content of the node."],["`detach()` removes the node from its parent element, while `getParentElement()` allows access to the parent element."],["`getValue()` retrieves the text value of all child nodes, offering a way to access nested content within the text node."]]],[]]