i know i can use
dom.images[] to get all the images
or dom.forms[] to get all the forms separately in the document.

but is there a way to get them all?
something like dom.all[]?

so that I can choose or manipulate any object in the document.