Gets the line number the node is in, if the document was parsed from a file.
| 752 | |
| 753 | /// Gets the line number the node is in, if the document was parsed from a file. |
| 754 | int GetLineNum() const { return _parseLineNum; } |
| 755 | |
| 756 | /// Get the parent of this node on the DOM. |
| 757 | const XMLNode* Parent() const { |
nothing calls this directly
no outgoing calls
no test coverage detected