Returns true if this is a CDATA text element.
| 907 | } |
| 908 | /// Returns true if this is a CDATA text element. |
| 909 | bool CData() const { |
| 910 | return _isCData; |
| 911 | } |
| 912 | |
| 913 | char* ParseDeep( char*, StrPair* endTag ); |
| 914 | virtual XMLNode* ShallowClone( XMLDocument* document ) const; |
nothing calls this directly
no outgoing calls
no test coverage detected