Struct HTML::Span

Nested Relationships

This struct is a nested type of Class HTML.

Struct Documentation

struct Span

Span of text, with which a TagStack is 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
TagStack tags