Package rdfalchemy :: Package sparql :: Module parsers :: Class _XMLSPARQLHandler
[hide private]
[frames] | no frames]

Class _XMLSPARQLHandler

source code

    object --+    
             |    
_SPARQLHandler --+
                 |
                _XMLSPARQLHandler

Parse the results of a sparql query returned as xml.

Note: returns a generator so that the first tuple is available as soon as it is sent. This does not need to consume the entire results stream before returning results (that's a good thing :-).

Instance Methods [hide private]
 
parse(self) source code

Inherited from _SPARQLHandler: __init__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  mimetype = 'application/sparql-results+xml'
Properties [hide private]

Inherited from object: __class__