R
Robert Oschler
What's a good way to find a specific text node element in a web page's DOM
tree? I thought of traversing each node but there has to be a faster way.
Is there a "find text node by nodeValue" function or something? I do know
the nodeValue (text string) of the text node.
Thanks.
tree? I thought of traversing each node but there has to be a faster way.
Is there a "find text node by nodeValue" function or something? I do know
the nodeValue (text string) of the text node.
Thanks.