Lines Matching refs:attrs
110 def fromXML(self, name, attrs, content, font):
115 self.table.fromXML(name, attrs, content, font)
643 def toXML(self, xmlWriter, font, attrs=None, name=None):
645 if attrs is None:
646 attrs = []
648 attrs = attrs + [("Format", self.Format)]
649 xmlWriter.begintag(tableName, attrs)
672 def fromXML(self, name, attrs, content, font):
677 value = conv.xmlRead(attrs, content, font)
717 def toXML(self, xmlWriter, font, attrs=None, name=None):
718 BaseTable.toXML(self, xmlWriter, font, attrs, name=self.__class__.__name__)
817 def toXML(self, xmlWriter, font, valueName, attrs=None):
818 if attrs is None:
821 simpleItems = list(attrs)
843 def fromXML(self, name, attrs, content, font):
845 for k, v in attrs.items():
850 name, attrs, content = element