{
    "content": [
        {
            "type": "text",
            "text": "# XML::Stream::Tree (perldoc)\n\n## NAME\n\nXML::Stream::Tree - Functions to make building and parsing the tree easier to work with.\n\n## SYNOPSIS\n\nJust a collection of functions that do not need to be in memory if you\nchoose one of the other methods of data storage.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **FORMAT**\n- **AUTHOR**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::Stream::Tree",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::Stream::Tree - Functions to make building and parsing the tree easier to work with.",
        "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.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "FORMAT",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 4,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}