Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::xml::XMLDocument Member List

This is the complete list of members for donner::xml::XMLDocument, including all inherited members.

applySourceEdit(const XMLEditIntent &intent)donner::xml::XMLDocument
attributeAtSourceOffset(std::size_t offset) constdonner::xml::XMLDocument
CreateFromRegistry(std::shared_ptr< Registry > registry)donner::xml::XMLDocumentstatic
hasSourceStore() constdonner::xml::XMLDocument
insertNode(XMLNode parent, XMLNode node, std::optional< XMLNode > referenceNode=std::nullopt)donner::xml::XMLDocument
nodeAtSourceOffset(std::size_t offset) constdonner::xml::XMLDocument
registry()donner::xml::XMLDocumentinline
removeAttribute(XMLNode node, const XMLQualifiedNameRef &name)donner::xml::XMLDocument
removeNode(XMLNode node)donner::xml::XMLDocument
root() constdonner::xml::XMLDocument
rootEntityHandle() constdonner::xml::XMLDocument
setAttribute(XMLNode node, const XMLQualifiedNameRef &name, std::string_view value)donner::xml::XMLDocument
setElementText(XMLNode element, std::string_view text)donner::xml::XMLDocument
setSource(std::string source)donner::xml::XMLDocument
sharedRegistry() constdonner::xml::XMLDocumentinline
source() const UTILS_LIFETIME_BOUNDdonner::xml::XMLDocument
sourceStore()donner::xml::XMLDocument
sourceStore() constdonner::xml::XMLDocument
sourceVersion() constdonner::xml::XMLDocument
XMLDocument()donner::xml::XMLDocument