{
    "mode": "perldoc",
    "parameter": "XML::Stream::Tree",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/XML%3A%3AStream%3A%3ATree/json",
    "generated": "2026-06-13T05:22:00Z",
    "synopsis": "Just a collection of functions that do not need to be in memory if you\nchoose one of the other methods of data storage.",
    "sections": {
        "NAME": {
            "content": "XML::Stream::Tree - Functions to make building and parsing the tree easier to work with.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "Just a collection of functions that do not need to be in memory if you\nchoose one of the other methods of data storage.\n",
            "subsections": []
        },
        "FORMAT": {
            "content": "The result of parsing:\n\n<foo><head id=\"a\">Hello <em>there</em></head><bar>Howdy<ref/></bar>do</foo>\n\nwould be: Tag Content ================================================================== [foo,\n[{}, head, [{id => \"a\"}, 0, \"Hello \", em, [{}, 0, \"there\" ] ], bar, [{}, 0, \"Howdy\", ref, [{}]\n], 0, \"do\" ] ]\n\nThe above was copied from the XML::Parser man page. Many thanks to Larry and Clark.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "By Ryan Eatmon in March 2001 for http://jabber.org/\n\nCurrently maintained by Darian Anthony Patrick.\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (C) 1998-2004 Jabber Software Foundation http://jabber.org/\n\nThis module licensed under the LGPL, version 2.1.\n",
            "subsections": []
        }
    },
    "summary": "XML::Stream::Tree - Functions to make building and parsing the tree easier to work with.",
    "flags": [],
    "examples": [],
    "see_also": []
}