This is a base class for parsing planet configuration files (both
manager and flow files).
|
|
|
|
|
|
|
ConfigEntryComponent
|
parseComponent(self,
node,
parent,
isFeedComponent,
needsWorker)
Parse a <component></component> block. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from common.config.BaseConfigParser:
__init__,
add,
getPath,
parsePlugs
Inherited from common.fxml.Parser:
checkAttributes,
getRoot,
parseAttributes,
parseFromTable,
parseTextNode
Inherited from extern.log.log.Loggable:
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
|