{
    "content": [
        {
            "type": "text",
            "text": "# XML::Perl2SAX (perldoc)\n\n## NAME\n\nXML::SAX2Perl -- translate Perl SAX methods to Java/CORBA style methods\n\n## SYNOPSIS\n\nuse XML::Perl2SAX;\n$perl2sax = XML::Perl2SAX(handler => $javastylehandler);\n\n## DESCRIPTION\n\n\"XML::Perl2SAX\" is a SAX filter that translates Perl style SAX methods to Java/CORBA style\nmethod calls. This module performs the inverse operation from \"XML::SAX2Perl\".\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::Perl2SAX",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::SAX2Perl -- translate Perl SAX methods to Java/CORBA style methods",
        "synopsis": "use XML::Perl2SAX;\n$perl2sax = XML::Perl2SAX(handler => $javastylehandler);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": [
                    {
                        "name": "perl",
                        "lines": 3
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::SAX2Perl -- translate Perl SAX methods to Java/CORBA style methods\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use XML::Perl2SAX;\n\n$perl2sax = XML::Perl2SAX(handler => $javastylehandler);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "\"XML::Perl2SAX\" is a SAX filter that translates Perl style SAX methods to Java/CORBA style\nmethod calls. This module performs the inverse operation from \"XML::SAX2Perl\".\n\n\"Perl2SAX\" is a Perl SAX document handler. The `\"new\"' method takes a `\"handler\"' argument that\nis a Java/CORBA style handler that the new Perl2SAX instance will call. The SAX interfaces are\ndefined at <http://www.megginson.com/SAX/>.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Ken MacLeod <ken@bitsko.slc.ut.us>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "",
                "subsections": [
                    {
                        "name": "perl",
                        "content": "Extensible Markup Language (XML) <http://www.w3c.org/XML/>\nSimple API for XML (SAX) <http://www.megginson.com/SAX/>\n"
                    }
                ]
            }
        }
    }
}