One step up the DOM.
| 517 | |
| 518 | /// One step up the DOM. |
| 519 | TiXmlNode* Parent() { return parent; } |
| 520 | const TiXmlNode* Parent() const { return parent; } |
| 521 | |
| 522 | const TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be null if there are no children. |
nothing calls this directly
no outgoing calls
no test coverage detected