From 19d7c2e400850d06b21acc28733a7cd8ba343d1a Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Feb 2015 00:15:22 +0100 Subject: Renamed OsxmlParser --- src/formats/osxml/OsxmlParser.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/formats/osxml/OsxmlParser.hpp') 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 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_ */ -- cgit v1.2.3