@@ -165,10 +165,11 @@ of_xml_parser_string_block_t CDATAHandler; of_xml_parser_string_block_t commentHandler; of_xml_parser_unknown_entity_block_t unknownEntityHandler; #endif size_t level; + BOOL finishedParsing; } #ifdef OF_HAVE_PROPERTIES @property (retain) id delegate; # ifdef OF_HAVE_BLOCKS @@ -314,9 +315,14 @@ * Parses the specified file. * * \param path The path to the file to parse */ - (void)parseFile: (OFString*)path; + +/** + * \return Whether the XML parser has finished parsing + */ +- (BOOL)finishedParsing; @end @interface OFObject (OFXMLParserDelegate) @end