#include <LDK/XML.h>
Inheritance diagram for LDK::XmlText:
Public Member Functions | |
XmlText (const char *initValue) | |
Constructor. | |
virtual | ~XmlText () |
XmlText (const String &initValue) | |
Constructor. | |
XmlText (const XmlText ©) | |
void | operator= (const XmlText &base) |
virtual void | Print (SmartFile f, int depth) const |
Write this text object to a FILE stream. | |
virtual const char * | Parse (const char *p, XmlParsingData *data, XmlEncoding encoding) |
Protected Member Functions | |
virtual XmlNode * | Clone () const |
[internal use] Creates a new Element and returns it. | |
void | CopyTo (XmlText *target) const |
virtual void | StreamOut (LDKXML_OSTREAM *out) const |
bool | Blank () const |
Friends | |
class | XmlElement |
Definition at line 999 of file XML.h.