The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::DOM2::Element::Document

DESCRIPTION

Provides the document element objec with the required DOM interface for document wide element requests.

METHODS

$class->new( %arguments )

  Create a new document object.

$element->_attribute_handle( $name, %arguments )

  Handle document attributes

AUTHOR

Martin Owens, doctormo@postmaster.co.uk

SEE ALSO

perl(1), XML::DOM2, XML::DOM2::Element, XML::DOM2::DOM

http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html DOM at the W3C