java - Is there a way to deep clone JSoup Document object and get back exactly same HTML? -


is there way deep clone jsoup document object , same html?

i have pre-parsed object want clone because suspect clone faster parsing html again.

i've tried clone iterating through of elements of document object, i'm left without doctype declaration , such.

p.s. don't of course expect comments...

for node can call .clone()

this implemented in feature request.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -