GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::DOM2::Element(3) User Contributed Perl Documentation XML::DOM2::Element(3)

  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>
2007-11-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.