
XML::Atom::Syndication::Document - a class representing the root of an Atom syndication feed.

A ultra simple object that replaces the dynamic Document object XML::Parser::Style::Elemental used to provide us.

Constructor method. Creates an instance and returns it.
Returns an array reference to the documents's child objects in the parse tree. Sets the value when an optional array reference parameter is passed.
Takes XPath-esque query string and,
similar to the param method in the CGI pacakge,
returns either the first item found or an array of all matching elements depending on the context in which it is called.
undef is returned if nothing could be matched.
These objects will be XML::Atom::Syndication elements except for the root element,
an instance of this class.
This is not a full XPath implementation. For more details on the supported syntax see the documentation for Class::XPath.

XML::Parser::Style::Elemental, XML::Atom, Class::XPath

Please see the XML::Atom::Syndication manpage for author, copyright, and license information.