| Home | Trees | Index | Help |
|---|
object--+ |ParserObj--+ | BaseObject
| Method Summary | |
|---|---|
__init__(self,
parent,
**kwargs)
| |
__getitem__(self,
name)
| |
__new__(cls,
*args,
**kwargs)
(Static method) | |
__setitem__(self,
name,
value)
| |
Create any of the "required" child tags | |
get(self,
name,
default)
| |
| Inherited from ParserObj | |
Set the action attribute of a given object to the specified action. | |
Return a XML representation of the object. | |
Get the contents of this object. | |
Return a compareable and identifying id of an object within a tree. | |
Set attributes loaded by GParser. | |
Add an object to the list of children | |
Assign all attributes from a given object to this one. | |
Build an object tree representing the difference between two object trees. | |
Return a XML representation of the object. | |
Moves downward though the children of an object till it finds the child with the specified name. | |
Moves downward through the children of an object till it finds the child of the specified type. | |
Find all children of a specific type. | |
Moves upward though the parents of an object till it finds the parent of the specified type. | |
Returns the content of any GContent objects that are children of this object. | |
Return a useful description of the object. | |
| any |
Returns the immediate parent of an object instance in a GObj tree. |
Merge another object tree into this tree. | |
Set the immediate parent of an object instance in a GObj tree | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Instance Method Details |
|---|
__init__(self,
parent=None,
**kwargs)
|
__getitem__(self,
name)
|
__setitem__(self,
name,
value)
|
create_required_children(self)Create any of the "required" child tags |
get(self, name, default=None) |
| Static Method Details |
|---|
__new__(cls,
*args,
**kwargs)
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Nov 30 23:03:18 2008 | http://epydoc.sf.net |