| XML-DOM2 documentation | view source | Contained in the XML-DOM2 distribution. |
XML::DOM2::Element - XML Element level control
Element base class represents an element at the XML level. More specific element classes control the xml functionality which is abstracted from the xml.
Create a new element object.
Returns the element and all it's sub elements as a serialised xml string (serialisation)
Inherited method, returns element which is the specific kind of child object required for this element.
Inherited method, returns attribute as new object or undef.
$attribute = $element->_attribute_handle( $attribute_name, $ns );
Used by XML::DOM2::DOM for auto attribute object handlers.
Inherited method, returns true if attribute has an object.
Used by XML::DOM2::DOM for auto attribute object handlers.
Inherited method, returns true if the element can contain sub elements
Inherited method, returns true if the element can have attributes.
XML ELement serialisation, Open Tag.
XML ELement serialisation, Self contained tag.
XML ELement serialisation, Close Tag.
XML ELement serialisation, Attributes.
Raise an error.
POD Catch, imagened method.
Martin Owens <doctormo@cpan.org> (Fork) Ronan Oger <ronan@roasp.com>
perl(1),L<XML::DOM2>,L<XML::DOM2::Parser>
| XML-DOM2 documentation | view source | Contained in the XML-DOM2 distribution. |