{
    "content": [
        {
            "type": "text",
            "text": "# RDF::Redland::Stream (perldoc)\n\n## NAME\n\nRDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class\n\n## SYNOPSIS\n\nuse RDF::Redland;\n...\nmy $stream=$model->serialise;\nwhile($stream && !$stream->end) {\nmy $statement=$stream->current;\n...\n$stream->next;\n}\n\n## DESCRIPTION\n\nRepresents a sequence of RDF::Redland::Statement objects passed between various Redland objects.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CONSTRUCTORS**\n- **METHODS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "RDF::Redland::Stream",
        "section": "",
        "mode": "perldoc",
        "summary": "RDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class",
        "synopsis": "use RDF::Redland;\n...\nmy $stream=$model->serialise;\nwhile($stream && !$stream->end) {\nmy $statement=$stream->current;\n...\n$stream->next;\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CONSTRUCTORS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "RDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use RDF::Redland;\n\n...\nmy $stream=$model->serialise;\nwhile($stream && !$stream->end) {\nmy $statement=$stream->current;\n...\n$stream->next;\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Represents a sequence of RDF::Redland::Statement objects passed between various Redland objects.\n",
                "subsections": []
            },
            "CONSTRUCTORS": {
                "content": "No public constructors - are created and returned from various methods of classes including\nRDF::Redland::Model and RDF::Redland::Parser\n",
                "subsections": []
            },
            "METHODS": {
                "content": "end Returns non 0 if the stream is finished.\n\ncurrent\nReturns the current RDF::Redland::Statement object in the stream or undef if the stream is\nfinished.\n\nnext\nMoves to the next RDF::Redland::Statement object in the stream. Returns non-zero if the\nstream is finished.\n\ncontext\nReturns the context RDF::Redland::Node object in the stream or undef if the stream is\nfinished.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "RDF::Redland::Model and RDF::Redland::Parser\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Dave Beckett - http://www.dajobe.org/\n",
                "subsections": []
            }
        }
    }
}