class documentation

class lmx:

Constructor: lmx(node)

View In Hierarchy

Easy creation of XML.

Method __getattr__ Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Method __setitem__ Undocumented
Method add Undocumented
Method text Undocumented
Instance Variable node Undocumented
def __getattr__(self, name):

Undocumented

def __getitem__(self, key):

Undocumented

def __init__(self, node='div'):

Undocumented

def __setitem__(self, key, val):

Undocumented

def add(self, tagName, **kw):

Undocumented

def text(self, txt, raw=0):

Undocumented

node =

Undocumented