IXMLOStr Class Reference

#include <xml/IXMLOStr.h>

Inheritance diagram for IXMLOStr:

IInterface SAtom BnInterface< IXMLOStr > BpInterface< IXMLOStr > CXMLOStr BOutputStream List of all members.

Public Member Functions

virtual status_t Comment (const char *data, int32_t size)
virtual status_t Content (const char *data, int32_t size)=0
virtual status_t EndTag (SString &name)=0
virtual status_t StartTag (SString &name, SValue &attributes)=0

Member Function Documentation

status_t Comment const char *  data,
int32_t  size
[virtual]
 

Reimplemented in BOutputStream.

virtual status_t Content const char *  data,
int32_t  size
[pure virtual]
 

virtual status_t EndTag SString name  )  [pure virtual]
 

Implemented in BOutputStream.

virtual status_t StartTag SString name,
SValue attributes
[pure virtual]
 

Implemented in BOutputStream.


The documentation for this class was generated from the following files: