| Trees | Index | Help |
|---|
| Package XSLForms :: Package Resources :: Module PyQtCommon :: Class PyQtCommonResource |
|
CommonResource --+
|
PyQtCommonResource
XSLFormsResource,
XSLFormsResourceCommon PyQt-compatible resource methods.
| Method Summary | |
|---|---|
Return a DOM-style document retrieved using the given 'document_identifier'. | |
get_elements(self,
document_identifier)
| |
Populate the given 'field' using a list of DOM 'elements'. | |
prepare_design(self,
design_identifier)
| |
Empty the given collection 'field'. | |
| Inherited from CommonResource | |
Prepare a document using the given 'document_identifier'. | |
| Class Variable Summary | |
|---|---|
dict |
design_resources = {}
|
| Inherited from CommonResource | |
dict |
document_resources = {}
|
NoneType |
resource_dir = None |
| Method Details |
|---|
get_document(self, document_identifier)Return a DOM-style document retrieved using the given 'document_identifier'. Each implementation is free to choose its own DOM library. |
populate_list(self, field, elements)Populate the given 'field' using a list of DOM 'elements'. |
reset_collection(self, field)Empty the given collection 'field'. |
| Class Variable Details |
|---|
design_resources
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Jan 19 00:38:41 2007 | http://epydoc.sf.net |