NAME
App::Oozie::XML
VERSION
version 0.013
SYNOPSIS
use App::Oozie::XML;
my $xml = App::Oozie::XML->new(
data => $data,
oozie_client_jar => $oozie_client_jar,
verbose => 1,
);
my $localname = $xml->localname;
my $xml_in = $xml->data;
DESCRIPTION
Oozie XML spec Handler.
NAME
App::Oozie::XML - XML Handler.
Methods
is_foreign_prefix
localname
sniff_doc
xml
Accessors
Overridable from sub-classes
data
namespace
oozie_client_jar
prefix
schema
writer
zip
SEE ALSO
AUTHORS
David Morel
Burak Gursoy
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Booking.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.