How to use the xmlelement.XMLElement.__init__ function in XmlElement

To help you get started, we’ve selected a few XmlElement examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github blurstudio / cross3d / cross3d / migrate / XML / xmldocument.py View on Github external
def __init__(self, object=None):
		if (not object):
			object = xml.dom.minidom.Document()
		XMLElement.__init__(self, object)
		self.__file__ = ''
		# TODO: Remove when all uses are gone, should no longer be needed
		self.escapeDict = {}

XmlElement

A simpler XML writer and xml-to-dict converter

MIT
Latest version published 2 years ago

Package Health Score

39 / 100
Full package analysis

Similar packages