diff options
Diffstat (limited to '')
| -rw-r--r-- | src/xmldocument.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/xmldocument.h b/src/xmldocument.h index 6671c41..e0c36eb 100644 --- a/src/xmldocument.h +++ b/src/xmldocument.h | |||
| @@ -39,13 +39,7 @@ public: | |||
| 39 | * the node and setting the content and name. If this is set to true the | 39 | * the node and setting the content and name. If this is set to true the |
| 40 | * node is appended, but the context node doesn't change. | 40 | * node is appended, but the context node doesn't change. |
| 41 | */ | 41 | */ |
| 42 | void addNode( const char *sName=NULL, const char *sContent=NULL, bool bClose=false ); | 42 | void addNode( const Bu::FString &sName ); |
| 43 | |||
| 44 | /** | ||
| 45 | * Set the name of the current node context. | ||
| 46 | *@param sName The new name of the node. | ||
| 47 | */ | ||
| 48 | void setName( const char *sName ); | ||
| 49 | 43 | ||
| 50 | /** | 44 | /** |
| 51 | * Close the current node context. This will move the current context to | 45 | * Close the current node context. This will move the current context to |
