XML::Element - XML elements with the same interface as HTML::Element


XML-TreeBuilder documentation  | view source Contained in the XML-TreeBuilder distribution.

Index


NAME

Top

XML::Element - XML elements with the same interface as HTML::Element

SYNOPSIS

Top

  [See HTML::Element]

METHODS AND ATTRIBUTES

Top

delete_ignorable_whitespace

TODO: test and document this: with no tagname set, assumes ALL all-whitespace nodes are ignorable!

endtag

Redirects to HTML::Element::endtag_XML

starttag

Redirects to HTML::Element::starttag_XML

DESCRIPTION

Top

This is just a subclass of HTML::Element. It works basically the same as HTML::Element, except that tagnames and attribute names aren't forced to lowercase, as they are in HTML::Element.

HTML::Element describes everything you can do with this class.

CAVEATS

Top

Has currently no handling of namespaces.

SEE ALSO

Top

XML::TreeBuilder for a class that actually builds XML::Element structures.

HTML::Element for all documentation.

XML::DOM and XML::Twig for other XML document tree interfaces.

XML::Generator for more fun.

COPYRIGHT AND DISCLAIMERS

Top

AUTHOR

Top

Current Author: Jeff Fearn <jfearn@cpan.org>.

Former Authors: Sean M. Burke, <sburke@cpan.org>


XML-TreeBuilder documentation  | view source Contained in the XML-TreeBuilder distribution.