diff options
Diffstat (limited to 'ACEXML/common/CharStream.h')
-rw-r--r-- | ACEXML/common/CharStream.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ACEXML/common/CharStream.h b/ACEXML/common/CharStream.h index 719e4edb3e9..1b5c199f527 100644 --- a/ACEXML/common/CharStream.h +++ b/ACEXML/common/CharStream.h @@ -66,6 +66,11 @@ public: */ virtual int peek (void) = 0; + /* + * Get the character encoding for a byte stream or URI. + */ + virtual const ACEXML_Char *getEncoding (void) = 0; + }; #include "ace/post.h" |