|
|
Donner
C++20 SVG rendering library
|
Helper type for an XML attribute name with an optional namespace. More...
Classes | |
| struct | donner::xml::XMLQualifiedName |
| Represents an XML attribute name with an optional namespace. More... | |
| struct | donner::xml::XMLQualifiedNameRef |
| Reference type for XMLQualifiedName, to pass the value to APIs without needing to allocate an RcString. More... | |
| struct | std::hash< donner::xml::XMLQualifiedNameRef > |
| Hash function for donner::xml::XMLQualifiedNameRef. More... | |
| struct | std::hash< donner::xml::XMLQualifiedName > |
| Hash function for donner::xml::XMLQualifiedName. 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. | |
Helper type for an XML attribute name with an optional namespace.