Esempio n. 1
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'tref')
     XlinkAttributes.__init__(self)
     self._allowedSvgChildNodes.update({
         self.SVG_ANIMATE_NODE, self.SVG_ANIMATE_COLOR_NODE,
         self.SVG_SET_NODE
     })
Esempio n. 2
0
 def __init__(self, ownerDoc, tagName):
     BaseTextNode.__init__(self, ownerDoc, tagName)
     self._allowedSvgChildNodes.update(self.SVG_GROUP_DESCRIPTIVE_ELEMENTS)
Esempio n. 3
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'tref')
     XlinkAttributes.__init__(self)
     self._allowedSvgChildNodes.update({self.SVG_ANIMATE_NODE, self.SVG_ANIMATE_COLOR_NODE, self.SVG_SET_NODE})
Esempio n. 4
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'altGlyph')
     XlinkAttributes.__init__(self)
     PositionAttributes.__init__(self)
     self.allowAllSvgNodesAsChildNodes= True
Esempio n. 5
0
 def __init__(self, ownerDoc):
     BaseTextNode.__init__(self, ownerDoc, 'altGlyph')
     XlinkAttributes.__init__(self)
     PositionAttributes.__init__(self)
     self.allowAllSvgNodesAsChildNodes = True
 def __init__(self, ownerDoc, tagName):
     BaseTextNode.__init__(self, ownerDoc, tagName)
     self._allowedSvgChildNodes.update(self.SVG_GROUP_DESCRIPTIVE_ELEMENTS)