The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

XBRL::Table

XBRL::Table - OO Module for creating HTML Tables from XBRL Sections

SYNOPSIS

  use XBRL::Table;

        my $table = XBRL::Table->new($xbrl_doc, $uri); 

        my $xml_table = $table->get_xml_table($section_id); 

        

DESCRIPTION

This module is part of the XBRL modules group and is intended for use with XBRL.

new
                my $table = XBRL::Table->new($xbrl_doc, $uri); 

Object constructor that takes requires XBRL object as the first parameter. The second paramter, which is optional, is the URI for the section of the XBRL doc to be converted into an XBRL::TableXML object

get_html_report
        my $xml_table = $table->get_xml_table($uri); 

Optionally takes a URI for the XBRL section to returned and returns an XBRL::TableXML object.

AUTHOR

Mark Gannon <mark@truenorth.nu>

SEE ALSO

Modules: XBRL XBRL::Dimension

Source code, documentation, and bug tracking is hosted at: https://github.com/MarkGannon/XBRL .

AUTHOR

Mark Gannon <mark@truenorth.nu>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Mark Gannon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10 or, at your option, any later version of Perl 5 you may have available.