htmld ~master (2019-03-14T15:39:07Z)
Dub
Repo
Selector
html
dom
Undocumented in source.
struct
Selector {
static
Selector
parse
(HTMLString value);
bool
matches
(const(Node) node);
size_t
specificity
[@property getter];
}
Members
Functions
matches
bool
matches
(const(Node) node)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
specificity
size_t
specificity
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
Selector
parse
(HTMLString value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
html
dom
aliases
HTMLString
IAllocator
ValidationErrorCallable
classes
Document
Node
enums
DOMCreateOptions
NodeTypes
ValidationError
functions
createDocument
structs
DOMBuilder
Selector