mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 22:04:00 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11345 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2f145626cd
commit
483cabdbb8
1 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ public:
|
|||
bool IsText();
|
||||
String PeekText() { return cdata; }
|
||||
String ReadText();
|
||||
String ReadTextE();
|
||||
String ReadTextE();
|
||||
|
||||
bool IsDecl();
|
||||
String PeekDecl() { return ReadDecl(false); }
|
||||
|
|
@ -149,7 +149,7 @@ public:
|
|||
String ReadPI() { return ReadPI(true); }
|
||||
|
||||
bool IsComment();
|
||||
String PeekComment() { return ReadComment(false); }
|
||||
String PeekComment() { return ReadComment(false); }
|
||||
String ReadComment() { return ReadComment(true); }
|
||||
|
||||
void Skip();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue