[internal use] Set the document pointer so the attribute can report errors.
| 875 | // [internal use] |
| 876 | // Set the document pointer so the attribute can report errors. |
| 877 | void SetDocument( TiXmlDocument* doc ) { document = doc; } |
| 878 | |
| 879 | private: |
| 880 | TiXmlAttribute( const TiXmlAttribute& ); // not implemented. |