#include <time.h>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/compare.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/regex.hpp>
#include "weHtmlEntity.h"
#include "weHelper.h"
Go to the source code of this file.
Functions | |
static bool | WeParseNeedToBreakTag (const string &tagName, const string &nextTag) |
Is the parsing need to break tag. |
static bool WeParseNeedToBreakTag | ( | const string & | tagName, | |
const string & | nextTag | |||
) | [static] |
Is the parsing need to break tag.
tagName | - name of the current tag. | |
nextTag | - the next tag, which started before current is closed. |
true | if it need to start new tag, false otherwise. |
Definition at line 50 of file weHtmlEntity.cpp.
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|