Struct HTML::Span¶
Defined in File html.h
Nested Relationships¶
This struct is a nested type of Class HTML.
Struct Documentation¶
-
struct
Span Span of text, with which a
TagStackis associated.A span may be empty, for example to represent the presence of an empty or VOID element.
Public Functions
-
size_t
size() const
Public Members
-
size_t
begin
-
size_t
end
-
size_t