Pobiera wartość tekstową wszystkich węzłów, które są bezpośrednimi lub pośrednimi elementami podrzędnymi węzła, w kolejności, w jakiej występują w dokumencie.
Szczegółowa dokumentacja
detach()
Odłącza węzeł od jego nadrzędnego węzła Element. Jeśli węzeł nie ma elementu nadrzędnego, ta metoda nie działa.
Pobiera wartość docelową węzła ProcessingInstruction.
Powroty
String – wartość docelowa węzła ProcessingInstruction.
getValue()
Pobiera wartość tekstową wszystkich węzłów, które są bezpośrednimi lub pośrednimi elementami podrzędnymi węzła, w kolejności, w jakiej występują w dokumencie.
Powroty
String – wartość tekstowa wszystkich węzłów, które są bezpośrednimi lub pośrednimi elementami podrzędnymi danego węzła.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]