Is it possible to apply an UndoManager()
to an org.w3c.dom.Document
? If not, is there any way for undo / redo an org.w3c.dom.Document
?
Thanks in advance.
Is it possible to apply an UndoManager()
to an org.w3c.dom.Document
? If not, is there any way for undo / redo an org.w3c.dom.Document
?
Thanks in advance.
The DOM has no built-in undo mechanism. If you want that, your application has to figure out how to provide it.