{
    "mode": "perldoc",
    "parameter": "HTML::TableParser::Table",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/HTML%3A%3ATableParser%3A%3ATable/json",
    "generated": "2026-06-13T17:25:50Z",
    "sections": {
        "NAME": {
            "content": "HTML::TableParser::Table - support class for HTML::TableParser\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 0.43\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class is used to keep track of information related to a table and to create the information\npassed back to the user callbacks. It is in charge of marshalling the massaged header and row\ndata to the user callbacks.\n\nAn instance is created when the controlling TableParser class finds a \"<table\" tag. The object\nis given an id based upon which table it is to work on. Its methods are invoked from the\nTableParser callbacks when they run across an appropriate tag (\"tr\", \"th\", \"td\"). The object is\ndestroyed when the matching \"/table\" tag is found.\n\nSince tables may be nested, multiple HTML::TableParser::Table objects may exist simultaneously.\nHTML::TableParser uses two pieces of information held by this class -- ids and process. The\nfirst is an array of table ids, one element per level of table nesting. The second is a flag\nindicating whether this table is being processed (i.e. it matches a requested table) or being\nignored. Since HTML::TableParser uses the ids information from an existing table to initialize a\nnew table, it first creates an empty sentinel (place holder) table (by calling the\nHTML::TableParser::Table constructor with no arguments).\n\nThe class handles missing \"/tr\", \"/td\", and \"/th\" tags. As such (especially when handling\nmulti-row headers) user callbacks may be slightly delayed (and data cached). It also handles\nrows with overlapping columns\n",
            "subsections": []
        },
        "METHODS": {
            "content": "new\nmatchid\nreqmatchid\nreqmatchcols\nmatchhdr\nmatchreq\ncallback\nstartheader\nendheader\nstartcolumn\nendcolumn\nstartrow\nendrow\nfinishheader\nfixtexts\ntext\nid\nids\nprocess",
            "subsections": []
        },
        "BUGS": {
            "content": "Please report any bugs or feature requests on the bugtracker website\n<https://rt.cpan.org/Public/Dist/Display.html?Name=HTML-TableParser> or by email to\nbug-HTML-TableParser@rt.cpan.org <mailto:bug-HTML-TableParser@rt.cpan.org>.\n\nWhen submitting a bug or request, please include a test-file or a patch to an existing test-file\nthat illustrates the bug or desired feature.\n",
            "subsections": []
        },
        "SOURCE": {
            "content": "The development version is on github at <https://github.com/djerius/html-tableparser> and may be\ncloned from <git://github.com/djerius/html-tableparser.git>\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Please see those modules/websites for more information related to this module.\n\n*   HTML::TableParser\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Diab Jerius <djerius@cpan.org>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is Copyright (c) 2018 by Smithsonian Astrophysical Observatory.\n\nThis is free software, licensed under:\n\nThe GNU General Public License, Version 3, June 2007\n",
            "subsections": []
        }
    },
    "summary": "HTML::TableParser::Table - support class for HTML::TableParser",
    "flags": [],
    "examples": [],
    "see_also": []
}