summaryrefslogtreecommitdiff
path: root/xml2cmp/source/xcd/parse.hxx
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-11-11 12:56:57 +0000
committerNikolai Pretzell <np@openoffice.org>2002-11-11 12:56:57 +0000
commitc6507cfc1b069670bab9b6d64dce40c6a486d658 (patch)
tree70086f1af504d1402f78adc803ea25c1571065b4 /xml2cmp/source/xcd/parse.hxx
parentd58f914db07a4b993d028897c428adbfba728826 (diff)
#91933# Allow XML tags like <EmptyTag/> in XML module descriptions.
Diffstat (limited to 'xml2cmp/source/xcd/parse.hxx')
-rw-r--r--xml2cmp/source/xcd/parse.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/parse.hxx b/xml2cmp/source/xcd/parse.hxx
index bde779958..128412e03 100644
--- a/xml2cmp/source/xcd/parse.hxx
+++ b/xml2cmp/source/xcd/parse.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: parse.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: np $Date: $
+ * last change: $Author: np $Date: 2001/03/23 13:39:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,10 +145,13 @@ class X2CParser
Simstr & o_rText,
char i_cEnd,
bool i_bReverseName = false );
- void CheckAndPassBeginTag(
+ /// @return false in case of empty tag with no attributes.
+ bool CheckAndPassBeginTag(
const char * i_sElementName );
void CheckAndPassEndTag(
const char * i_sElementName );
+ /// @precond IsBeginTag() == true.
+ bool IsAbsoluteEmpty() const;
void SyntaxError(