Searched refs:ElementNode (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/xml/
H A Delement-node.h27 class ElementNode : public SimpleNode { class in namespace:Inkscape::XML
29 ElementNode(int code, Document *doc) function in class:Inkscape::XML::ElementNode
31 ElementNode(ElementNode const &other, Document *doc) function in class:Inkscape::XML::ElementNode
37 SimpleNode *_duplicate(Document* doc) const { return new ElementNode(*this, doc); }
H A Dsimple-document.cpp55 return new ElementNode(g_quark_from_string(name), this);

Completed in 29 milliseconds