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 })
def __init__(self, ownerDoc, tagName): BaseTextNode.__init__(self, ownerDoc, tagName) self._allowedSvgChildNodes.update(self.SVG_GROUP_DESCRIPTIVE_ELEMENTS)
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})
def __init__(self, ownerDoc): BaseTextNode.__init__(self, ownerDoc, 'altGlyph') XlinkAttributes.__init__(self) PositionAttributes.__init__(self) self.allowAllSvgNodesAsChildNodes= True
def __init__(self, ownerDoc): BaseTextNode.__init__(self, ownerDoc, 'altGlyph') XlinkAttributes.__init__(self) PositionAttributes.__init__(self) self.allowAllSvgNodesAsChildNodes = True