Definition at line 9973 of file context.cpp.
HtmlSpaceless::HtmlSpaceless |
( |
| ) |
|
|
inline |
Returns the input after removing redundant whitespace
Implements TemplateSpacelessIntf.
Definition at line 9983 of file context.cpp.
9986 const char *
p =
s.
data();
10004 case '"':
case '\'':
10018 case ' ':
case '\t':
case '\n':
10021 m_removeSpaces=
TRUE;
10031 m_removeSpaces=
FALSE;
10038 return result.
data();
const char * data() const
void HtmlSpaceless::reset |
( |
| ) |
|
|
inlinevirtual |
char HtmlSpaceless::m_insideString |
|
private |
bool HtmlSpaceless::m_insideTag |
|
private |
bool HtmlSpaceless::m_removeSpaces |
|
private |
The documentation for this class was generated from the following file: