| Home | Trees | Index | Help |
|---|
| Package RDFCalendar :: Module Parsers :: Class DOMParser |
|
A parser which reads resource definitions from DOM documents.
| Method Summary | |
|---|---|
Parse the contents of the given document 'doc', looking for resource information at and below the 'root' element. | |
parse_attribute_values(self,
element)
| |
Parse the given 'element', inserting information found within it into the given 'store'. | |
| Method Details |
|---|
parse(self, doc, root, store, uriref=None)Parse the contents of the given document 'doc', looking for resource information at and below the 'root' element. Insert information into the given 'store'. |
parse_element(self, element, store, uriref=None)Parse the given 'element', inserting information found within it into the given 'store'. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Jun 17 23:59:41 2007 | http://epydoc.sf.net |