.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@11345 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-10-02 18:01:50 +00:00
parent 2f145626cd
commit 483cabdbb8

View file

@ -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();