DOM
From WebOS101
Introduction
DOM stands for Document Object Model. The DOM (for our purposes) is the mechanism through which elements in a scene's HTML are accessed. Through the DOM you can access elements on a scene and modify them. Applications on webOS are rendered via a modified WebKit rendering engine so a WebKit DOM reference should give you useful information.