summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-sorting.h
blob: 37f719622a0f291d2f73e6304708de2f7eb72713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/** @file
 * @brief Some functions relevant sorting reprs by position within document.
 * @todo Functions in this file have non-English names. Determine what they do and rename
 *       accordingly.
 */
 
#ifndef SEEN_XML_REPR_SORTING_H
#define SEEN_XML_REPR_SORTING_H

#include "xml/xml-forward.h"

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

#endif // SEEN_XML_REPR_SOTRING_H
/*
  Local Variables:
  mode:c++
  c-file-style:"stroustrup"
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
  indent-tabs-mode:nil
  fill-column:99
  End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :