1XML::Element(3) User Contributed Perl Documentation XML::Element(3)
2
3
4
6 XML::Element - XML elements with the same interface as HTML::Element
7
9 [See HTML::Element]
10
12 delete_ignorable_whitespace
13 TODO: test and document this: with no tagname set, assumes ALL all-
14 whitespace nodes are ignorable!
15
16 endtag
17 Redirects to HTML::Element::endtag_XML
18
19 starttag
20 Redirects to HTML::Element::starttag_XML
21
23 This is just a subclass of HTML::Element. It works basically the same
24 as HTML::Element, except that tagnames and attribute names aren't
25 forced to lowercase, as they are in HTML::Element.
26
27 HTML::Element describes everything you can do with this class.
28
30 Has currently no handling of namespaces.
31
33 XML::TreeBuilder for a class that actually builds XML::Element
34 structures.
35
36 HTML::Element for all documentation.
37
38 XML::DOM and XML::Twig for other XML document tree interfaces.
39
40 XML::Generator for more fun.
41
43 Copyright (c) 2000,2004 Sean M. Burke. All rights reserved.
44
45 This library is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.
47
48 This program is distributed in the hope that it will be useful, but
49 without any warranty; without even the implied warranty of
50 merchantability or fitness for a particular purpose.
51
53 Current Author: Jeff Fearn <jfearn@cpan.org>.
54
55 Former Authors: Sean M. Burke, <sburke@cpan.org>
56
57
58
59perl v5.16.3 2014-06-09 XML::Element(3)