diff options
Diffstat (limited to 'Source/cmXMLParser.h')
-rw-r--r-- | Source/cmXMLParser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmXMLParser.h b/Source/cmXMLParser.h index 68def9e..80b0503 100644 --- a/Source/cmXMLParser.h +++ b/Source/cmXMLParser.h @@ -105,6 +105,9 @@ protected: //! Send the given c-style string to the XML parser. int ParseBuffer(const char* buffer); + /** Helps subclasses search for attributes on elements. */ + static const char* FindAttribute(const char** atts, const char* attribute); + //! Callbacks for the expat friend void cmXMLParserStartElement(void*, const char*, const char**); friend void cmXMLParserEndElement(void*, const char*); |