1WWW::Splunk::XMLParser(U3s)er Contributed Perl DocumentatWiWoWn::Splunk::XMLParser(3)
2
3
4
6 WWW::Splunk::XMLParser - Parse Splunk XML format
7
9 This is an utility module to deal with XML format ocassionally returned
10 by Splunk and seemlingly undocumented.
11
12 Note that Splunk usually returns Atom XMLs, which have the same content
13 type. They can be distinguished by a DOCTYPE.
14
15 parse (string)
16 Return a perl structure from a XML string, if it's parsable, otherwise
17 return a raw XML::LibXML object
18
19 parsetree (XML::LibXML::Node)
20 Parse a XML node tree recursively.
21
23 WWW::Splunk, WWW::Splunk::API, XML::LibXML
24
26 Lubomir Rintel, <lkundrak@v3.sk>, Michal Josef XpaXek <skim@cpan.org>
27
28 The code is hosted on GitHub
29 <http://github.com/tupinek/perl-WWW-Splunk>. Bug fixes and feature
30 enhancements are always welcome.
31
33 This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.32.1 2021-01-27 WWW::Splunk::XMLParser(3)