Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ISAXClient Class Reference

#include <ISAXClient.hpp>

Inheritance diagram for ISAXClient::

BXMLOutput XMLOutput List of all members.

Public Methods

virtual void startElement (char *str, int len)=0
virtual void endElement (char *str, int len)=0
virtual void endEmptyElement ()=0
virtual void startAttribute (char *str, int len)=0
virtual void endAttribute (char *str=NULL, int len=0)=0
virtual void characters (char *str, int len)=0
virtual void whitespaces (char *str, int len)=0
virtual void attribWhitespaces (char *str, int len)=0

Member Function Documentation

virtual void ISAXClient::attribWhitespaces char *    str,
int    len
[pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.

virtual void ISAXClient::characters char *    str,
int    len
[pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.

Referenced by XMLOutput::whitespaces().

virtual void ISAXClient::endAttribute char *    str = NULL,
int    len = 0
[pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.

virtual void ISAXClient::endElement char *    str,
int    len
[pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.

virtual void ISAXClient::endEmptyElement   [pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.

virtual void ISAXClient::startAttribute char *    str,
int    len
[pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.

virtual void ISAXClient::startElement char *    str,
int    len
[pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.

virtual void ISAXClient::whitespaces char *    str,
int    len
[pure virtual]
 

Reimplemented in BXMLOutput, and XMLOutput.


The documentation for this class was generated from the following file:
Generated on Sat Dec 22 16:01:59 2001 for XMILLforBinaryFormat by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001