示例#1
0
 def endElementNS(self, elementName, qName):
     ContentFilter.endElementNS(self, elementName, qName)
     if self.depth > 0:
         self.depth -= 1
         if self.depth == 0:
             self.output = self.plainOutput
示例#2
0
文件: math2svg.py 项目: dcorb/svgwg
 def endElementNS(self, elementName, qName):
     ContentFilter.endElementNS(self, elementName, qName)
     if self.depth > 0:
         self.depth -= 1
         if self.depth == 0:
             self.output = self.plainOutput