parserino ~master (2023-10-19T20:51:54Z)
Dub
Repo
SelectorElementRange
parserino
Undocumented in source.
class
SelectorElementRange {
Element
front
();
void
popFront
();
bool
empty
[@property getter];
~this
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
front
Element
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
parserino
modules
c
classes
ChildrenElementRange
SelectorElementRange
enums
VisitOrder
functions
asFragment
frontOr
frontOrInit
frontOrThrow
structs
Document
Element