- From: Arnold, Curt <Curt.Arnold@hyprotech.com>
- Date: Wed, 9 May 2001 11:03:12 -0600
- To: "'www-dom-ts@w3.org'" <www-dom-ts@w3.org>
-----Original Message----- From: Arnold, Curt Sent: Tuesday, May 08, 2001 12:03 PM To: 'xmlconf-developer@lists.sourceforge.net' Subject: NIST DOM 1 test coverage I'm taking a quick look at a coverage report from running the NIST DOM tests and wanted to note where I saw gaps. The following methods don't seem to be executed: DOMImplementation.createDocumentType() Element.getTagName() Element.setNodeValue() CharacterData.setData() CharacterData.setNodeValue() CharacterData.deleteData() CharacterData.insertData() CharacterData.replaceData() CharacterData.substringData() ProcessingInstruction.setData() Node.setNodeValue() DocumentFragment.setNodeValue() Document.getElementById() Document.setNodeValue() DocumentType.setNodeValue() Entity.getChildNodes() Entity.getFirstChild() Entity.getLastChild() Entity.getNextSibling() Entity.getNotationName() Entity.getPreviousSibling() Entity.getSystemId() Entity.hasChildNodes() Notation.getParentNode() Again, this is a very preliminary list, but I think it is generally accurate.
Received on Wednesday, 9 May 2001 13:04:53 UTC