newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
writeDOM
newxml
writer
Outputs the entire DOM tree rooted at
node
using the given
writer
.
@
safe
void
writeDOM
(
WriterType
)
(
auto
ref
WriterType
writer
,
dom.Node
node
)
Meta
Source
See Implementation
newxml
writer
functions
writeCursor
writeDOM
structs
CheckedWriter
PrettyPrinters
Writer
Outputs the entire DOM tree rooted at node using the given writer.