{
    "mode": "perldoc",
    "parameter": "XML::LibXML::SAX",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/XML%3A%3ALibXML%3A%3ASAX/json",
    "generated": "2026-06-09T11:47:01Z",
    "sections": {
        "NAME": {
            "content": "XML::LibXML::SAX - XML::LibXML direct SAX parser\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "XML::LibXML provides an interface to libxml2 direct SAX interface. Through this interface it is\npossible to generate SAX events directly while parsing a document. While using the SAX parser\nXML::LibXML will not create a DOM Document tree.\n\nSuch an interface is useful if very large XML documents have to be processed and no DOM\nfunctions are required. By using this interface it is possible to read data stored within an XML\ndocument directly into the application data structures without loading the document into memory.\n\nThe SAX interface of XML::LibXML is based on the famous XML::SAX interface. It uses the generic\ninterface as provided by XML::SAX::Base.\n\nAdditionally to the generic functions, which are only able to process entire documents,\nXML::LibXML::SAX provides *parsechunk()*. This method generates SAX events from well balanced\ndata such as is often provided by databases.\n",
            "subsections": []
        },
        "FEATURES": {
            "content": "*NOTE:* This feature is experimental.\n\nYou can enable character data joining which may yield a significant speed boost in your XML\nprocessing in lower markup ratio situations by enabling the\nhttp://xmlns.perl.org/sax/join-character-data feature of this parser. This is done via the\nsetfeature method like this:\n\n$p->setfeature('http://xmlns.perl.org/sax/join-character-data', 1);\n\nYou can also specify a 0 to disable. The default is to have this feature disabled.\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "Matt Sergeant, Christian Glahn, Petr Pajas\n",
            "subsections": []
        },
        "VERSION": {
            "content": "2.0134\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "2001-2007, AxKit.com Ltd.\n\n2002-2006, Christian Glahn.\n\n2006-2009, Petr Pajas.\n",
            "subsections": []
        },
        "LICENSE": {
            "content": "This program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
            "subsections": []
        }
    },
    "summary": "XML::LibXML::SAX - XML::LibXML direct SAX parser",
    "flags": [],
    "examples": [],
    "see_also": []
}