Jonathan Hedley
Jonathan Hedley
I liked the original PR but I don't think I'm a fan of the changes in e1e35bb627ae25130e2b7df505580061f6bf8284 - all the getElementsStream methods. Generally the getElementBy... methods are only there to...
Can you explain the value here of this suggestion? What's a real example where this would be helpful?
Sure, but I am not clear on what you are actually trying to achieve. What feature are you trying to build that would utilize functionality like this? jsoup parses HTML....
(Closing; not planned)
Yes, the form control elements in [FormElement.elements()](https://jsoup.org/apidocs/org/jsoup/nodes/FormElement.html#elements()) are specifically associated during the parse; they are not a runtime property. I think if they are required, a reconstruction method would be...
Thanks for confirming. That's definitely the main point of the FormElement, so we should make sure its use is ergonomic. The main reason that we have the linking running at...
Thanks, done. @aditsu it would be great if you could review and test (do a `mvn install` from head), and LMK.
I don't think I follow what circumstances would break the DOM? What action are you doing that you are modifying the Elements but don't want those modification to go back...
OK, I guess I'm not clear on why you'd clear and re-add elements vs using a different variable / re-select. Hard to suggest another approach without more detail. But as...
Can you link me the example in JsoupXpath so I can see the context?