Package wx :: Module xrc :: Class XmlNode
[frames | no frames]

Type XmlNode

object --+
         |
        XmlNode


Proxy of C++ XmlNode class
Method Summary
XmlNode __init__(self, parent, type, name, content, props, next)
  __del__(self)
  __repr__(self)
  AddChild(self, child)
  AddProperty(self, prop)
  AddPropertyName(self, name, value)
bool DeleteProperty(self, name)
XmlNode GetChildren(self)
String GetContent(self)
String GetName(self)
XmlNode GetNext(self)
XmlNode GetParent(self)
XmlProperty GetProperties(self)
String GetPropVal(self, propName, defaultVal)
int GetType(self)
bool HasProp(self, propName)
  InsertChild(self, child, before_node)
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)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:24 2005 http://epydoc.sf.net