Imported modules
|
|
import copy
import string
from sys import *
from xml.dom.minidom import *
|
Functions
|
|
WriteData
WriteXML
attributesDict
copyAttributes
getText
printDict
|
|
WriteData
|
WriteData (
doc,
e,
object,
keys,
)
|
|
WriteXML
|
WriteXML ( gml )
|
|
attributesDict
|
attributesDict ( XMLNode )
|
|
copyAttributes
|
copyAttributes ( XMLNode, object )
|
|
getText
|
getText ( nodelist )
|
|
printDict
|
printDict ( d )
|
Classes
|
|
|