{
    "content": [
        {
            "type": "text",
            "text": "# Nokogiri::XML::Document (ri)\n\n## Sections\n\n- **Nokogiri::XML::Document < Nokogiri::XML::Node**\n- **Constants:**\n- **Class methods:**\n- **Instance methods:**\n- **Attributes:**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Nokogiri::XML::Document",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Nokogiri::XML::Document < Nokogiri::XML::Node",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "Nokogiri::XML::Document < Nokogiri::XML::Node": {
                "content": "(from /home/chedong/.local/share/rdoc)\n------------------------------------------------------------------------\nNokogiri::XML::Document is the main entry point for dealing with XML\ndocuments.  The Document is created by parsing an XML document.  See\nNokogiri::XML::Document.parse for more information on parsing.\n\nFor searching a Document, see Nokogiri::XML::Searchable#css and\nNokogiri::XML::Searchable#xpath\n------------------------------------------------------------------------",
                "subsections": []
            },
            "Constants:": {
                "content": "NCNAMECHAR:\n[not documented]\n\nNCNAMERE:\n[not documented]\n\nNCNAMESTARTCHAR:\nSee http://www.w3.org/TR/REC-xml-names/#ns-decl for more details. Note\nthat we're not attempting to handle unicode characters partly because\nlibxml2 doesn't handle unicode characters in NCNAMEs.\n\n",
                "subsections": []
            },
            "Class methods:": {
                "content": "emptydoc?\nparse\nwrap\n",
                "subsections": []
            },
            "Instance methods:": {
                "content": "<<\naddchild\ncollectnamespaces\ncreatecdata\ncreatecomment\ncreateelement\ncreatetextnode\ndecorate\ndecorators\ndocument\nerrors\nfragment\nname\nnamespaceinheritance\nnamespaces\nslop!\ntojava\nvalidate\nxpathdoctype\n",
                "subsections": []
            },
            "Attributes:": {
                "content": "attraccessor errors\nattraccessor namespaceinheritance\n",
                "subsections": []
            }
        }
    }
}