newxml v0.2.1 (2022-09-11T09:11:47Z)
Dub
Repo
CheckedWriter.closeElement
newxml
writer
CheckedWriter
Undocumented in source. Be warned that the author may not have intended to support it.
struct
CheckedWriter
(WriterType, CursorType = void)
void
closeElement
(
StringType
tag
)
if
(
isWriter
!(
WriterType
) &&
(
is
(
CursorType
==
void
) ||
(
isCursor
!
CursorType
&&
is
(
WriterType.StringType
==
CursorType.StringType
)
)
)
)
Meta
Source
See Implementation
newxml
writer
CheckedWriter
aliases
StringType
functions
closeElement
startElement
writeAttribute
writeCDATA
writeComment
writeProcessingInstruction
writeText
writeXMLDeclaration
structs
Cursor
variables
cursor
writer