diff options
| author | jhurst <jhurst@cinecert.com> | 2007-06-13 22:15:44 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-06-13 22:15:44 +0000 |
| commit | c8a8baa243132a938fe4bbfc06a7afe980aa07e6 (patch) | |
| tree | 32171e08df96bb496ccd1a75d2840fce7d0b8781 /src/KM_xml.h | |
| parent | 6c4db45a3a01b25d9ba3cd4c78210559d7131c60 (diff) | |
oops
Diffstat (limited to 'src/KM_xml.h')
| -rw-r--r-- | src/KM_xml.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/KM_xml.h b/src/KM_xml.h index 31f5064..6900dd8 100644 --- a/src/KM_xml.h +++ b/src/KM_xml.h @@ -41,6 +41,9 @@ namespace Kumu { class XMLElement; + // Return true if the given string contains an XML document (or the start of one). + bool StringIsXML(const char* document, ui32_t len = 0); + // struct NVPair { @@ -93,7 +96,6 @@ namespace Kumu inline void SetNamespace(const XMLNamespace* ns) { assert(ns); m_Namespace = ns; } bool ParseString(const std::string& document); - bool TestString(const char* document, ui32_t len = 0); // building void SetName(const char* name); |
