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

Class IdentifyParser

source code

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

A parser for the result of the identify operation.

The result (an instance of ServerProperties) is in the serverProperties attribute.

Instance Methods
 
getResult(self) source code

Inherited from utils.plainxml.StartEndHandler: __init__, 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
  resumptionToken = None
hash(x)
Properties

Inherited from object: __class__

Method Details

getResult(self)

source code 
Overrides: utils.plainxml.StartEndHandler.getResult