Module Mozilla.DOM


module DOM: sig .. end

class type style = object .. end
class type event = object .. end
class type eventTarget = object .. end
class type node = object .. end
class type element = object .. end
class type document = object .. end
class type a = object .. end
class type area = object .. end
class type uRI = object .. end
class type browser = object .. end
class type button = object .. end
class type deck = object .. end
class type dialog = object .. end
class type form = object .. end
class type input = object .. end
class type input_text = object .. end
class type input_image = object .. end
class type label = object .. end
class type map = object .. end
class type menuItem = object .. end
class type menuList = object .. end
class type keyEvent = object .. end
class type mouseEvent = object .. end
class type option = object .. end
class type radio = object .. end
class type select = object .. end
class type statusBarPanel = object .. end
class type stringBundle = object .. end
class type tab = object .. end
class type tabBrowser = object .. end
class type textBox = object .. end
class type window = object .. end
class type xMLDocument = object .. end
class type xPathResult = object .. end
val document : document
val window : window