summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-sorting.h
blob: 534caa2d16aacd56bf1597be4fc8c3b3b3de668d (plain)
1
2
3
4
5
6
7
8
9
10
11
/** \file Some functions relevant sorting reprs by position within document. */

namespace Inkscape {
namespace XML {
class Node;
}
}


Inkscape::XML::Node *LCA(Inkscape::XML::Node *a, Inkscape::XML::Node *b);
Inkscape::XML::Node *AncetreFils(Inkscape::XML::Node *descendent, Inkscape::XML::Node *ancestor);