ae ~next-master (2021-11-15T07:19:42.0556092)
Dub
Repo
XmlDomWriter
ae
utils
xmldom
Undocumented in source.
static
template
XmlDomWriter (
alias
dom_
alias
allocator
=
heapAllocator
) {
alias
dom
=
dom_
;
alias
DOM
=
typeof
(
dom
)
;
alias
Node
=
DOM
.
Node
;
static
DOM
.
Cursor
newDocument
();
}
Members
Aliases
DOM
alias
DOM
=
typeof
(
dom
)
Undocumented in source.
Node
alias
Node
=
DOM
.
Node
Undocumented in source.
dom
alias
dom
=
dom_
Undocumented in source.
Static functions
newDocument
DOM
.
Cursor
newDocument
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
xmldom
enums
XmlNodeType
structs
NoopStringFilter
XmlDom
XmlDomParser
templates
XmlDomWriter