newxml v0.2.1 (2022-09-11T09:11:47Z)
Dub
Repo
Document.createCDATASection
newxml
dom
Document
Creates a
CDATASection
node whose value is the specified string.
interface
Document
CDATASection
createCDATASection
(
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 CDATASection node whose value is the specified string.