Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module linker :: Class YagdocLinkMap |
|
object
--+ |LinkMap
--+ | YagdocLinkMap
Method Summary | |
---|---|
XML parser comment handler for yagdoc indices. | |
Default XML handler for yagdoc indices. | |
XML parser element end handler for yagdoc indices. | |
Read entries from a yagdoc index. | |
XML parser element start handler for yagdoc indices. | |
XML parser XML declaration handler for yagdoc indices. | |
Inherited from LinkMap :
__init__ ,
add_item ,
check_name
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
Inherited from LinkMap :
errors
|
Method Details |
---|
comment_handler(self, data)XML parser comment handler for yagdoc indices. Comments are ignored. |
default_handler(self, data)Default XML handler for yagdoc indices. Everything not handler by the other handlers is an error. |
end_element_handler(self, name)XML parser element end handler for yagdoc indices. |
scan(self, source)Read entries from a yagdoc index. This method should not be called explicitly, only byLinkMap initialization.
|
start_element_handler(self, name, attrs)XML parser element start handler for yagdoc indices. |
xml_decl_handler(self, version, encoding, standalone)XML parser XML declaration handler for yagdoc indices. The XML declaration is ignored. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |