|
|
Donner
C++20 SVG rendering library
|
A CSS qualified name, which is a name optionally associated with a namespace. More...
#include "donner/css/WqName.h"
Public Member Functions | |
| WqName (xml::XMLQualifiedName &&name) | |
| Create a WqName with the given namespace and name. | |
Public Attributes | |
| xml::XMLQualifiedName | name |
| Name with optional namespace. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const WqName &obj) |
| Ostream output operator. | |
A CSS qualified name, which is a name optionally associated with a namespace.
See https://www.w3.org/TR/selectors-4/#type-nmsp for the full definition.
For example, the following are all valid qualified names:
|
inline |
Create a WqName with the given namespace and name.
| name | The name with optional namespace |