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.20 - 2005-09-29

  • patch from José Auguste-Etienne for installing with Firefox on Mandriva
  • made certain methods perlish, by returning lists in list context: o HTMLCollection
    • HTMLFormElement: GetElements
    • HTMLMapElement: GetAreas
    • HTMLTableElement: GetRows, GetTBodies
    • HTMLTableRowElement: GetCells
    • HTMLTableSectionElement: GetRows
    • NSHTMLDocument: GetEmbeds, GetPlugins
    • o HTMLOptionsCollection
      • HTMLSelectElement: GetOptions
    • o NamedNodeMap
      • Node: GetAttributes
      • DocumentType: GetEntities, GetNotations
    • o NodeList
      • Node: GetChildNodes
      • Document: GetElementsByTagName, GetElementsByTagNameNS
      • Element: GetElementsByTagName, GetElementsByTagNameNS
    • o WindowCollection
      • Window: GetFrames
    • See the documentation of each method for details.

Documentation

Mozilla::DOM::Attr is a wrapper around an instance of Mozilla's nsIDOMAttr interface. This inherits from Mozilla::DOM::Node.
Mozilla::DOM::NSHTMLElement is a wrapper around an instance of Mozilla's nsIDOMNSHTMLElement interface. This class inherits from Supports.

Provides

in DOM.pm
in DOM.pm
in DOM.pm
in DOM.pm