Timothy Appnel > XML-Elemental-2.0 > XML::Elemental::Document

Download:
XML-Elemental-2.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: XML-Elemental-2.11

NAME ^

XML::Elemental::Document - a generic document object.

DESCRIPTION ^

XML::Elemental::Document is a subclass of XML::Elemental::Node that can be used with the Elemental parser to represent the document (root) node.

METHODS ^

XML::Elemental::Document->new

Parameterless constructor. Returns an instance of the object.

$doc->contents([\@children])

Returns an ordered array reference of direct sibling objects. Returns a reference to an empty array if the element does not have any siblings. If a parameter is passed all the direct siblings are (re)set.

$doc->root

Inherited from XML::Elemental::Node returns a reference to itself.

AUTHOR & COPYRIGHT ^

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