xml.dom.Document.createAttribute()

Document.createAttribute(name)

Create and return an attribute node. This method does not associate the attribute node with any particular element. You must use setAttributeNode() on the appropriate Element object to use the newly created attribute instance.

doc_python
2016-10-07 17:47:40
Comments
Leave a Comment

Please login to continue.