Lines Matching defs:xml
10 from xml.parsers import expat
11 from xml.sax.saxutils import escape
202 def xml(self):
205 if hasattr(cell, 'xml'):
206 cellxml = cell.xml()
215 text = self.xml()
313 cell.xml() -> string -- return XML
335 def xml(self):
369 def xml(self):
408 def xml(self):
491 def __init__(self, filename="sheet1.xml", rows=10, columns=5):
812 ## if os.path.isfile("sheet1.xml"):
813 ## print "Loading from sheet1.xml"
814 ## a.load("sheet1.xml")
816 a.save("sheet1.xml")
823 filename = "sheet1.xml"