newxml v0.2.1 (2022-09-11T09:11:47Z)
Dub
Repo
Writer.writeProcessingInstruction
newxml
writer
Writer
Outputs a processing instruction with the given target and data.
struct
Writer
(_StringType, alias PrettyPrinter = PrettyPrinters.Minimalizer)
void
writeProcessingInstruction
(
StringType
target
,
StringType
data
)
if
(
is
(
_StringType
==
string
) ||
is
(
_StringType
==
wstring
)
||
is
(
_StringType
==
dstring
)
)
Meta
Source
See Implementation
newxml
writer
Writer
aliases
StringType
constructors
this
functions
closeDoctype
closeElement
startDoctype
startElement
writeAttribute
writeCDATA
writeComment
writeDeclaration
writeProcessingInstruction
writeText
writeXMLDeclaration
variables
insideDTD
output
startingTag
Outputs a processing instruction with the given target and data.