| Home | Trees | Index | Help |
|
|---|
| Module xmlobject :: Class XMLNode |
|
This is the workhorse for the xml object interface
(If you're viewing the epydoc-generated HTML documentation, click the 'show private' link at the top right of this page to see all the methods)| Method Summary | |
|---|---|
You shouldn't need to instantiate this directly | |
Fetches an attribute or child node of this tag | |
if given key is numeric, return the nth child, otherwise try to return the child tag (or list of child tags) having the key as the tag name | |
returns number of child nodes | |
__repr__(self)
| |
Change the value of an attribute of this tag | |
| Method Details |
|---|
__init__(self,
parent,
node)
You shouldn't need to instantiate this directly
|
__getattr__(self,
attr)
|
__getitem__(self,
idx)
if given key is numeric, return the nth child, otherwise try to
return the child tag (or list of child tags) having the key as the tag
name
|
__len__(self)
returns number of child nodes
|
__setattr__(self, attr, val)Change the value of an attribute of this tag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Apr 16 17:53:17 2006 | http://epydoc.sf.net |