Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Public Attributes | List of all members
RTT::marsh::SAX2XMLRPCHandler Class Reference

#include <rtt/marsh/XMLRPCDemarshaller.hpp>

Inheritance diagram for RTT::marsh::SAX2XMLRPCHandler:

Public Member Functions

 SAX2XMLRPCHandler (PropertyBag &b)
 
void endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
 
void startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const Attributes &attributes)
 
void characters (const XMLCh *const chars, const unsigned int length)
 

Public Attributes

char * name
 The name of the property. More...
 
union {
   int   iv
 
   char *   sv
 
value
 The value of the property. More...
 

Detailed Description

Definition at line 73 of file XMLRPCDemarshaller.hpp.

Constructor & Destructor Documentation

RTT::marsh::SAX2XMLRPCHandler::SAX2XMLRPCHandler ( PropertyBag b)
inline

Definition at line 85 of file XMLRPCDemarshaller.hpp.

Member Function Documentation

void RTT::marsh::SAX2XMLRPCHandler::characters ( const XMLCh *const  chars,
const unsigned int  length 
)
inline

Definition at line 180 of file XMLRPCDemarshaller.hpp.

void RTT::marsh::SAX2XMLRPCHandler::endElement ( const XMLCh *const  uri,
const XMLCh *const  localname,
const XMLCh *const  qname 
)
inline

Definition at line 88 of file XMLRPCDemarshaller.hpp.

void RTT::marsh::SAX2XMLRPCHandler::startElement ( const XMLCh *const  uri,
const XMLCh *const  localname,
const XMLCh *const  qname,
const Attributes &  attributes 
)
inline

Definition at line 139 of file XMLRPCDemarshaller.hpp.

Member Data Documentation

int RTT::marsh::SAX2XMLRPCHandler::iv

Definition at line 216 of file XMLRPCDemarshaller.hpp.

char* RTT::marsh::SAX2XMLRPCHandler::name

The name of the property.

Definition at line 210 of file XMLRPCDemarshaller.hpp.

char* RTT::marsh::SAX2XMLRPCHandler::sv

Definition at line 217 of file XMLRPCDemarshaller.hpp.

union { ... } RTT::marsh::SAX2XMLRPCHandler::value

The value of the property.


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