Subversion Repositories tpanel

Rev

Rev 82 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82 Rev 137
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (C) 2021 by Andreas Theofilu <andreas@theosys.at>
2
 * Copyright (C) 2022 by Andreas Theofilu <andreas@theosys.at>
3
 *
3
 *
4
 * This program is free software; you can redistribute it and/or modify
4
 * This program is free software; you can redistribute it and/or modify
5
 * it under the terms of the GNU General Public License as published by
5
 * it under the terms of the GNU General Public License as published by
6
 * the Free Software Foundation; either version 3 of the License, or
6
 * the Free Software Foundation; either version 3 of the License, or
7
 * (at your option) any later version.
7
 * (at your option) any later version.
Line 129... Line 129...
129
             * This method invoke the XML parser. If any error occure and error
129
             * This method invoke the XML parser. If any error occure and error
130
             * message is logged and the error handler is set.
130
             * message is logged and the error handler is set.
131
             *
131
             *
132
             * @return On success it returns TRUE and FALSE otherwise.
132
             * @return On success it returns TRUE and FALSE otherwise.
133
             */
133
             */
134
            bool parse();
134
            bool parse(bool debug=false);
135
 
135
 
136
            /**
136
            /**
137
             * Retrieves the first element with the name \p name at the depth
137
             * Retrieves the first element with the name \p name at the depth
138
             * \p depth.
138
             * \p depth.
139
             *
139
             *