Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::xml::XMLNode Member List

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

appendChild(const XMLNode &child)donner::xml::XMLNode
attributes() constdonner::xml::XMLNode
CreateCDataNode(XMLDocument &document, const RcStringOrRef &value)donner::xml::XMLNodestatic
CreateCommentNode(XMLDocument &document, const RcStringOrRef &value)donner::xml::XMLNodestatic
CreateDataNode(XMLDocument &document, const RcStringOrRef &value)donner::xml::XMLNodestatic
CreateDocTypeNode(XMLDocument &document, const RcStringOrRef &value)donner::xml::XMLNodestatic
CreateDocumentNode(XMLDocument &document)donner::xml::XMLNodeprotectedstatic
CreateElementNode(XMLDocument &document, const XMLQualifiedNameRef &tagName)donner::xml::XMLNodestatic
CreateEntity(Registry &registry, Type type, const XMLQualifiedNameRef &tagName="")donner::xml::XMLNodeprotectedstatic
CreateProcessingInstructionNode(XMLDocument &document, const RcStringOrRef &target, const RcStringOrRef &value)donner::xml::XMLNodestatic
CreateXMLDeclarationNode(XMLDocument &document)donner::xml::XMLNodestatic
entityHandle() constdonner::xml::XMLNodeinline
firstChild() constdonner::xml::XMLNode
getAttribute(const XMLQualifiedNameRef &name) constdonner::xml::XMLNode
getAttributeLocation(std::string_view xmlInput, const XMLQualifiedNameRef &name) constdonner::xml::XMLNode
getNamespaceUri(const RcString &prefix) constdonner::xml::XMLNode
handle_donner::xml::XMLNodeprotected
hasAttribute(const XMLQualifiedNameRef &name) constdonner::xml::XMLNode
insertBefore(const XMLNode &newNode, std::optional< XMLNode > referenceNode)donner::xml::XMLNode
lastChild() constdonner::xml::XMLNode
nextSibling() constdonner::xml::XMLNode
operator!=(const XMLNode &other) constdonner::xml::XMLNodeinline
operator<<donner::xml::XMLNodefriend
operator=(const XMLNode &other)donner::xml::XMLNode
operator=(XMLNode &&other) noexceptdonner::xml::XMLNode
operator==(const XMLNode &other) constdonner::xml::XMLNodeinline
parentElement() constdonner::xml::XMLNode
previousSibling() constdonner::xml::XMLNode
registry() constdonner::xml::XMLNodeinlineprotected
remove()donner::xml::XMLNode
removeAttribute(const XMLQualifiedNameRef &name)donner::xml::XMLNode
removeChild(const XMLNode &child)donner::xml::XMLNode
replaceChild(const XMLNode &newChild, const XMLNode &oldChild)donner::xml::XMLNode
setAttribute(const XMLQualifiedNameRef &name, std::string_view value)donner::xml::XMLNode
setSourceEndOffset(base::parser::FileOffset offset)donner::xml::XMLNode
setSourceStartOffset(base::parser::FileOffset offset)donner::xml::XMLNode
setValue(const RcStringOrRef &value)donner::xml::XMLNode
sourceEndOffset() constdonner::xml::XMLNode
sourceStartOffset() constdonner::xml::XMLNode
tagName() constdonner::xml::XMLNode
toHandle(Entity entity) constdonner::xml::XMLNodeinlineprotected
TryCast(EntityHandle entity)donner::xml::XMLNodestatic
type() constdonner::xml::XMLNode
Type enum namedonner::xml::XMLNode
value() constdonner::xml::XMLNode
XMLDocument (defined in donner::xml::XMLNode)donner::xml::XMLNodefriend
XMLNode(EntityHandle handle)donner::xml::XMLNodeexplicitprotected
XMLNode(const XMLNode &other)donner::xml::XMLNode
XMLNode(XMLNode &&other) noexceptdonner::xml::XMLNode
~XMLNode() noexcept=defaultdonner::xml::XMLNode