newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
Document.createComment
newxml
dom
Document
Creates a
Comment
node given the specified string.
interface
Document
Comment
createComment
(
DOMString
data
)
Meta
Source
See Implementation
newxml
dom
Document
functions
adoptNode
createAttribute
createAttributeNS
createCDATASection
createComment
createDocumentFragment
createElement
createElementNS
createEntityReference
createProcessingInstruction
createTextNode
getElementById
getElementsByTagName
getElementsByTagNameNS
importNode
normalizeDocument
renameNode
properties
doctype
documentElement
documentURI
domConfig
implementation
inputEncoding
strictErrorChecking
xmlEncoding
xmlStandalone
xmlVersion
Creates a Comment node given the specified string.