The documentation of the xml.dom module does not mention the CharacterData interface at all, although it is implemented and Text, Comment and CDATASection inherit from it. As a result the length attribute and the substringData(), appendData(), insertData(), deleteData() and replaceData() methods are not documented. data is documented separately for Text and for Comment.
Other members which are implemented, but are not documented:
Node.ownerDocument, Node.isSupported(), Node.getUserData(), Node.setUserData()
Document.doctype, Document.implementation, Document.documentURI, Document.strictErrorChecking
Document.createDocumentFragment(), Document.createCDATASection(), Document.importNode(), Document.renameNode()
Element.setIdAttribute(), Element.setIdAttributeNS(), Element.setIdAttributeNode()
Attr.isId, Attr.ownerElement
Text.wholeText, Text.splitText(), Text.replaceWholeText()
Linked PRs
The documentation of the
xml.dommodule does not mention theCharacterDatainterface at all, although it is implemented andText,CommentandCDATASectioninherit from it. As a result thelengthattribute and thesubstringData(),appendData(),insertData(),deleteData()andreplaceData()methods are not documented.datais documented separately forTextand forComment.Other members which are implemented, but are not documented:
Node.ownerDocument,Node.isSupported(),Node.getUserData(),Node.setUserData()Document.doctype,Document.implementation,Document.documentURI,Document.strictErrorCheckingDocument.createDocumentFragment(),Document.createCDATASection(),Document.importNode(),Document.renameNode()Element.setIdAttribute(),Element.setIdAttributeNS(),Element.setIdAttributeNode()Attr.isId,Attr.ownerElementText.wholeText,Text.splitText(),Text.replaceWholeText()Linked PRs