summaryrefslogtreecommitdiff
path: root/src/formats/osxml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 00:15:22 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 00:15:22 +0100
commit19d7c2e400850d06b21acc28733a7cd8ba343d1a (patch)
tree3f3a7f5499de4d8b75a4139a8f864005779b492d /src/formats/osxml
parent36b712c9f9af5c008fbd193392546fd472a35189 (diff)
Renamed OsxmlParser
Diffstat (limited to 'src/formats/osxml')
-rw-r--r--src/formats/osxml/OsxmlParser.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/formats/osxml/OsxmlParser.hpp b/src/formats/osxml/OsxmlParser.hpp
index c8b6302..281a49c 100644
--- a/src/formats/osxml/OsxmlParser.hpp
+++ b/src/formats/osxml/OsxmlParser.hpp
@@ -25,18 +25,18 @@
* @author Andreas Stöckel (astoecke@techfak.uni-bielefeld.de)
*/
-#ifndef _OUSIA_XML_PARSER_HPP_
-#define _OUSIA_XML_PARSER_HPP_
+#ifndef _OUSIA_OSXML_PARSER_HPP_
+#define _OUSIA_OSXML_PARSER_HPP_
#include <core/parser/Parser.hpp>
namespace ousia {
/**
- * The XmlParser class implements parsing the various types of Ousía XML
- * documents using the expat stream XML parser.
+ * The OsxmlParser class implements parsing the various types of Ousía XML
+ * documents using the OsxmlEventParser and Stack classes.
*/
-class XmlParser : public Parser {
+class OsxmlParser : public Parser {
protected:
/**
* Parses the given input stream as XML file and returns the parsed
@@ -51,5 +51,5 @@ protected:
}
-#endif /* _OUSIA_XML_PARSER_HPP_ */
+#endif /* _OUSIA_OSXML_PARSER_HPP_ */