summaryrefslogtreecommitdiff
path: root/ACEXML/common/CharStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/CharStream.h')
-rw-r--r--ACEXML/common/CharStream.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACEXML/common/CharStream.h b/ACEXML/common/CharStream.h
index 06d0efad61a..00e58543acc 100644
--- a/ACEXML/common/CharStream.h
+++ b/ACEXML/common/CharStream.h
@@ -70,6 +70,11 @@ public:
*/
virtual const ACEXML_Char *getEncoding (void) = 0;
+ /*
+ * Get the systemId for the underlying CharStream
+ */
+ virtual const ACEXML_Char* getSystemId (void) = 0;
+
};
#include "ace/post.h"