NAME
XML::Chain::Element - helper class for XML::Chain representing single element
SYNOPSIS
xc('body')->c(h1)->t('title')->root
DESCRIPTION
Returned by "single" in XML::Chain::Selector call.
METHODS
name
return element name
as_xml_libxml
Returns XML::LibXML::Element object.
XML::Chain::Selector methods
All of the XML::Chain::Selector methods works too.
AUTHOR
Jozef Kutej
COPYRIGHT & LICENSE
Copyright 2017 Jozef Kutej, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.