CDATASection tokens contain raw unescaped text content delimited by a ![CDATA[ and ]]. More...
#include <nsHTMLTokens.h>
Inheritance diagram for CCDATASectionToken:
Collaboration diagram for CCDATASectionToken:Public Member Functions | |
| CCDATASectionToken (nsHTMLTag aTag=eHTMLTag_unknown) | |
| CCDATASectionToken (const nsAString &aString) | |
| virtual nsresult | Consume (PRUnichar aChar, nsScanner &aScanner, PRInt32 aMode) |
| Causes token to consume data from given scanner. | |
| virtual PRInt32 | GetTokenType (void) |
| Getter which retrieves type of token gess5/11/98. | |
| virtual const nsSubstring & | GetStringValue (void) |
| Retrieve string value of the token gess5/11/98. | |
Protected Member Functions | |
| virtual size_t | SizeOf () const |
| Returns the size of the token object. | |
Protected Attributes | |
| nsString_external | mTextValue |
CDATASection tokens contain raw unescaped text content delimited by a ![CDATA[ and ]].
XXX Not really a HTML construct - maybe we need a separation
vidur 11/12/98
| CCDATASectionToken::CCDATASectionToken | ( | nsHTMLTag | aTag = eHTMLTag_unknown |
) |
| CCDATASectionToken::CCDATASectionToken | ( | const nsAString & | aString | ) |
| virtual const nsSubstring& CCDATASectionToken::GetStringValue | ( | void | ) | [virtual] |
Retrieve string value of the token gess5/11/98.
Implements CToken.
| virtual PRInt32 CCDATASectionToken::GetTokenType | ( | void | ) | [virtual] |
Getter which retrieves type of token gess5/11/98.
Reimplemented from CToken.
| virtual size_t CCDATASectionToken::SizeOf | ( | ) | const [inline, protected, virtual] |
Returns the size of the token object.
Implements CToken.
nsString_external CCDATASectionToken::mTextValue [protected] |
1.7.1