html.dom

Undocumented in source.

Members

Aliases

HTMLString
alias HTMLString = const(char)[]
Undocumented in source.
IAllocator
alias IAllocator = RCIAllocator
Undocumented in source.
ValidationErrorCallable
alias ValidationErrorCallable = void delegate(ValidationError, HTMLString, HTMLString)
Undocumented in source.

Classes

Document
class Document
Undocumented in source.
Node
class Node
Undocumented in source.

Enums

DOMCreateOptions
enum DOMCreateOptions
Undocumented in source.
NodeTypes
enum NodeTypes
Undocumented in source.
ValidationError
enum ValidationError
Undocumented in source.

Functions

createDocument
auto createDocument(HTMLString source, IAllocator alloc)
Undocumented in source. Be warned that the author may not have intended to support it.
createDocument
auto createDocument(HTMLString source, ValidationErrorCallable errorCallable, IAllocator alloc)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createDocument
auto createDocument(IAllocator alloc)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DOMBuilder
struct DOMBuilder(Document, size_t Options)
Undocumented in source.
Selector
struct Selector
Undocumented in source.

Meta