newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
Document.createProcessingInstruction
newxml
dom
Document
Creates a
ProcessingInstruction
node given the specified name and data strings.
interface
Document
ProcessingInstruction
createProcessingInstruction
(
DOMString
target
,
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 ProcessingInstruction node given the specified name and data strings.