Package stocks3 :: Package parsers :: Module transitcard :: Class TransitcardParser
[hide private]
[frames] | no frames]

Class TransitcardParser

source code


Instance Methods [hide private]
 
parse(self, place)
Проверяет, может ли парсер работать с переданным местом (place).
source code

Inherited from xml.XMLParser: __init__, findall

Inherited from core.parser.Parser: getQouteName, makeConfig, makeDualPrice, makePrice, strpdate

Inherited from core.config.Configurable: createObjects, readBool, readFloat, readInt, readString

Class Variables [hide private]

Inherited from xml.XMLParser: places

Inherited from core.parser.Parser: DEFAULT_DATETIME_FORMAT

Method Details [hide private]

parse(self, place)

source code 

Проверяет, может ли парсер работать с переданным местом (place).

Overrides: core.parser.Parser.parse
(inherited documentation)