Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\SPARQLStore\QueryEngine\XmlResponseParser Class Reference
Inheritance diagram for SMW\SPARQLStore\QueryEngine\XmlResponseParser:
Inheritance graph
[legend]
Collaboration diagram for SMW\SPARQLStore\QueryEngine\XmlResponseParser:
Collaboration graph
[legend]

Public Member Functions

 __construct ()
 
 __destruct ()
 
 parse ( $response)
 

Detailed Description

Class for parsing SPARQL results in XML format

GNU GPL v2+

Since
1.6
Author
Markus Krötzsch

Constructor & Destructor Documentation

◆ __construct()

SMW\SPARQLStore\QueryEngine\XmlResponseParser::__construct ( )
Since
2.0

◆ __destruct()

SMW\SPARQLStore\QueryEngine\XmlResponseParser::__destruct ( )
Since
2.0

Member Function Documentation

◆ parse()

SMW\SPARQLStore\QueryEngine\XmlResponseParser::parse (   $response)

Parse the given XML result and return an RepositoryResult for the contained data.

Parameters
string$response
Returns
RepositoryResult
Exceptions
XmlParserException

Implements SMW\SPARQLStore\HttpResponseParser.


The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy