0

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.

MC Emperor
  • 22,334
  • 15
  • 80
  • 130
Javier
  • 189
  • 3
  • 16

1 Answers1

0

The DOM has no built-in undo mechanism. If you want that, your application has to figure out how to provide it.

keshlam
  • 7,931
  • 2
  • 19
  • 33