newxml v0.2.1 (2022-09-11T09:11:47Z)
Dub
Repo
Writer.closeDoctype
newxml
writer
Writer
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Writer
(_StringType, alias PrettyPrinter = PrettyPrinters.Minimalizer)
void
closeDoctype
(
)
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