Package gavo :: Package protocols :: Module oaiclient :: Class RecordParser
[frames] | no frames]

Class RecordParser

source code

xml.sax.handler.ContentHandler --+        
                                 |        
    utils.plainxml.StartEndHandler --+    
                                     |    
                        object --+   |    
                                 |   |    
                     OAIErrorMixin --+    
                                     |    
                              IdParser --+
                                         |
                            object --+   |
                                     |   |
                         OAIErrorMixin --+
                                         |
                                        RecordParser

A simple parser for ivo_vor records.

This only pulls out a number of the most salient items; more will probably follow as needed.

Instance Methods

Inherited from IdParser: __init__, getResult

Inherited from utils.plainxml.StartEndHandler: characters, cleanupName, endElement, endElementNS, getAttrsAsDict, getParentTag, parse, parseString, processingInstruction, setDocumentLocator, startElement, startElementNS

Inherited from xml.sax.handler.ContentHandler: endDocument, endPrefixMapping, ignorableWhitespace, skippedEntity, startDocument, startPrefixMapping

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

Class Variables

Inherited from IdParser: resumptionToken

Properties

Inherited from object: __class__