Method Summary |
XmlNode |
__init__(self,
parent,
type,
name,
content,
props,
next)
|
|
__del__(self)
|
|
AddChild(self,
child)
|
|
AddProperty(self,
prop)
|
|
AddPropertyName(self,
name,
value)
|
bool |
DeleteProperty(self,
name)
|
XmlNode |
GetChildren(self)
|
String |
GetContent(self)
|
int |
GetDepth(self,
grandparent)
|
String |
GetName(self)
|
XmlNode |
GetNext(self)
|
String |
GetNodeContent(self)
|
XmlNode |
GetParent(self)
|
XmlProperty |
GetProperties(self)
|
String |
GetPropVal(self,
propName,
defaultVal)
|
int |
GetType(self)
|
bool |
HasProp(self,
propName)
|
bool |
InsertChild(self,
child,
before_node)
|
bool |
IsWhitespaceOnly(self)
|
bool |
RemoveChild(self,
child)
|
|
SetChildren(self,
child)
|
|
SetContent(self,
con)
|
|
SetName(self,
name)
|
|
SetNext(self,
next)
|
|
SetParent(self,
parent)
|
|
SetProperties(self,
prop)
|
|
SetType(self,
type)
|