summaryrefslogtreecommitdiff
path: root/src/plugins/plain/PlainFormatStreamReader.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-10 15:25:50 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-10 15:25:50 +0100
commite85e174028de377cee9f6dfcccbe418d185cc7b4 (patch)
tree4f43067db367cb092050705e2c2dce08e96f7d00 /src/plugins/plain/PlainFormatStreamReader.hpp
parentda4cac818de97d99de4b09ee0ddc668684be266e (diff)
Implemented namespace handling
Diffstat (limited to 'src/plugins/plain/PlainFormatStreamReader.hpp')
-rw-r--r--src/plugins/plain/PlainFormatStreamReader.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/plain/PlainFormatStreamReader.hpp b/src/plugins/plain/PlainFormatStreamReader.hpp
index a14ca10..2ee261c 100644
--- a/src/plugins/plain/PlainFormatStreamReader.hpp
+++ b/src/plugins/plain/PlainFormatStreamReader.hpp
@@ -223,8 +223,11 @@ private:
*
* @param start is the start byte offset of the identifier (including the
* backslash).
+ * @param allowNSSep should be set to true if the namespace separator is
+ * allowed in the identifier name. Issues error if the namespace separator
+ * is placed incorrectly.
*/
- Variant parseIdentifier(size_t start);
+ Variant parseIdentifier(size_t start, bool allowNSSep = false);
/**
* Function used internally to handle the special "\begin" command.