Changes for version 0.002
- The basic mechanism for event handling has been implemented. The various different flavours of event objects still need to be added.
Modules
- HTML::DOM - A Perl implementation of the HTML Document Object Model
- HTML::DOM::Event - A Perl class for HTML DOM Event objects
- HTML::DOM::Exception - The Exception interface for HTML::DOM
- HTML::DOM::Node - A Perl class for representing the nodes of an HTML DOM tree
Provides
- HTML::DOM::Attr in lib/HTML/DOM/Attr.pm
- HTML::DOM::CharacterData in lib/HTML/DOM/CharacterData.pm
- HTML::DOM::Comment in lib/HTML/DOM/Comment.pm
- HTML::DOM::DocumentFragment in lib/HTML/DOM/DocumentFragment.pm
- HTML::DOM::Element in lib/HTML/DOM/Element.pm
- HTML::DOM::Implementation in lib/HTML/DOM/Implementation.pm
- HTML::DOM::NamedNodeMap in lib/HTML/DOM/NamedNodeMap.pm
- HTML::DOM::NodeList in lib/HTML/DOM/NodeList.pm
- HTML::DOM::NodeList::Magic in lib/HTML/DOM/NodeList/Magic.pm
- HTML::DOM::Text in lib/HTML/DOM/Text.pm
- HTML::DOM::TreeBuilder in lib/HTML/DOM.pm