The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.06 - 2005-04-08

  • switched method names to StudlyCaps style instead of under_score, because it was too tedious when reading/creating documentation and XSUBs; provided aliases for KeyEvent, MouseEvent, and WebBrowser because Torsten doesn't like StudlyCaps :) Otherwise, they should be considered deprecated (not that anyone is actually using this module yet).
  • wrapped methods: o Element: GetTagName, GetAttribute, GetElementsByTagName, ... o Node: GetNode(Name|Value|Type), GetChildNodes, InsertBefore, ... o NodeList: GetLength, Item With these, you're now able to insert elements (e.g. text) into the document (e.g. from within Gtk2::MozEmbed's new_window signal handler).
  • fixed Document::GetImplementation args

Modules

Perl interface to the Mozilla DOM interface