#include <xmlWrapper.hpp>
Used to retrieve the position of dataRepository::Wrapper in XML
Definition at line 113 of file xmlWrapper.hpp.
◆ xmlNodePos()
Constructor of this struct.
- Parameters
-
document | an xml document containing this node, or including a file which includes it |
filePath | the path of the original xml file containing this node |
line | Line where the node is defined. Start at 1. |
offsetInLine | Character offset of this node in the line that contains it (starting from 1) |
offset | Character offset of this node in the file that contains it (starting from 0) |
◆ getAttributeLine()
Compute the xmlAttributePos of an xml attribute.
- Parameters
-
attName | the name of the attribute to locate |
- Returns
- an xmlAttributePos object that represents the position of the target node.
◆ isFound()
bool geos::xmlWrapper::xmlNodePos::isFound |
( |
| ) |
const |
- Returns
- false if the position is undefined.
The documentation for this struct was generated from the following file: