| Trees | Index | Help |
|
|---|
| Package svs_core :: Package filehandling :: Module loaders :: Class DocumentLoaderXML |
|
DocumentLoader --+
|
DocumentLoaderXML
GameSettingsLoaderXML,
SVGLoader| Method Summary | |
|---|---|
__init__(self,
target,
contentHandlerClass)
| |
Reads document from path. | |
| DOM |
Converts profile data to xml DOM. |
| string |
Converts profile data to xml text. |
Writes profile to output. | |
| Method Details |
|---|
read(self, path)Reads document from path.
|
toDOM(self)Converts profile data to xml DOM.
|
toxml(self)Converts profile data to xml text.
|
write(self, path)Writes profile to output.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:28 2005 | http://epydoc.sf.net |