|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
|
#include <cstddef>#include <cstdint>#include <optional>#include <ostream>#include <string>#include <string_view>#include <vector>Classes | |
| struct | donner::xml::SourceAnchorId |
| Stable identifier for a source anchor stored in XMLSourceStore. More... | |
| struct | donner::xml::ResolvedSourceSpan |
| Current resolved byte span between two source anchors. More... | |
| struct | donner::xml::SourceAnchorSpan |
| Pair of anchors representing a source span. More... | |
| struct | donner::xml::XMLSourceDelta |
| Describes one applied source edit. More... | |
| class | donner::xml::XMLSourceStore |
| Owns XML source bytes and mutable source anchors. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::xml |
| XML parsing and document model support, top-level objects are donner::xml::XMLParser and donner::xml::XMLDocument. | |
Enumerations | |
| enum class | donner::xml::SourceAnchorBias : std::uint8_t { donner::xml::Before , donner::xml::After } |
| Controls how an anchor behaves when text is inserted exactly at its offset. More... | |
| struct donner::xml::SourceAnchorSpan |
Pair of anchors representing a source span.
| Class Members | ||
|---|---|---|
| SourceAnchorId | end | End anchor. |
| SourceAnchorId | start | Start anchor. |