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