htmld ~master (2019-03-14T15:39:07Z)
Dub
Repo
createDocument
html
dom
Undocumented in source. Be warned that the author may not have intended to support it.
auto
createDocument
(HTMLString source, IAllocator alloc)
auto
createDocument
(HTMLString source, ValidationErrorCallable errorCallable, IAllocator alloc)
auto
createDocument
(
size_t
Options
=
DOMCreateOptions.Default
|
DOMCreateOptions.ValidateAll
)
(
HTMLString
source
,
ValidationErrorCallable
errorCallable
,
IAllocator
alloc
=
theAllocator
)
auto
createDocument
(IAllocator alloc)
Meta
Source
See Implementation
html
dom
aliases
HTMLString
IAllocator
ValidationErrorCallable
classes
Document
Node
enums
DOMCreateOptions
NodeTypes
ValidationError
functions
createDocument
structs
DOMBuilder
Selector