newxml v0.2.1 (2022-09-11T09:11:47Z)
Dub
Repo
Writer.writeCDATA
newxml
writer
Writer
Outputs a CDATA section with the given content.
struct
Writer
(_StringType, alias PrettyPrinter = PrettyPrinters.Minimalizer)
void
writeCDATA
(
StringType
cdata
)
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 CDATA section with the given content.