diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-03-13 10:50:13 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-03-13 10:50:13 (GMT) |
commit | 126f2f62db541565bebc83859ac329836d7d3f00 (patch) | |
tree | 5b5f01713f08c3af3db0f4d5563099448ff01caa /Include | |
parent | a8f7e5976126c4d0a3acef512e75a87b560ac2ec (diff) | |
download | cpython-126f2f62db541565bebc83859ac329836d7d3f00.zip cpython-126f2f62db541565bebc83859ac329836d7d3f00.tar.gz cpython-126f2f62db541565bebc83859ac329836d7d3f00.tar.bz2 |
Patch #407965: Improve Level 2 conformance of minidom
- addition of a DocumentFragment implementation and createDocumentFragment method
- proper setting of ownerDocument for all nodes
- setting of namespaceURI to None in Element as a class attribute
- addition of setAttributeNodeNS and removeAttributeNodeNS as aliases
for setAttributeNode and removeAttributeNode
- support for inheriting from DOMImplementation to extend it with
additional features (to override the Document class)
in pulldom:
- support for nodes (comment and PI) that occur before he document element;
that became necessary as pulldom now delays creation of the document
until it has the document element.
Diffstat (limited to 'Include')
0 files changed, 0 insertions, 0 deletions