◆ Stanza()
  
  | 
        
          | XMPP::Stanza::Stanza | ( | Context * | ctx | ) |  |  | private | 
 
 
◆ ~Stanza()
  
  | 
        
          | virtual XMPP::Stanza::~Stanza | ( |  | ) |  |  | privatevirtual | 
 
 
◆ operator new()
  
  | 
        
          | void* XMPP::Stanza::operator new | ( | size_t | size, |  
          |  |  | Context * | ctx |  
          |  | ) |  |  |  | private | 
 
 
◆ operator delete()
  
  | 
        
          | void XMPP::Stanza::operator delete | ( | void * | p | ) |  |  | private | 
 
 
◆ create()
◆ release()
      
        
          | void XMPP::Stanza::release | ( |  | ) |  | 
      
 
 
◆ clone()
      
        
          | Stanza* XMPP::Stanza::clone | ( |  | ) |  | 
      
 
 
◆ copy()
      
        
          | Stanza* XMPP::Stanza::copy | ( |  | ) |  | 
      
 
 
◆ toText()
      
        
          | int XMPP::Stanza::toText | ( | const char **const | buf, | 
        
          |  |  | size_t *const | buflen | 
        
          |  | ) |  |  | 
      
 
 
◆ getChildren()
      
        
          | Stanza* XMPP::Stanza::getChildren | ( |  | ) |  | 
      
 
 
◆ getChildByName()
      
        
          | Stanza* XMPP::Stanza::getChildByName | ( | const char *const | name | ) |  | 
      
 
 
◆ getNext()
      
        
          | Stanza* XMPP::Stanza::getNext | ( |  | ) |  | 
      
 
 
◆ getAttribute()
      
        
          | char* XMPP::Stanza::getAttribute | ( | const char *const | name | ) |  | 
      
 
 
◆ getNamespace()
      
        
          | char* XMPP::Stanza::getNamespace | ( |  | ) |  | 
      
 
 
◆ getText()
      
        
          | char* XMPP::Stanza::getText | ( |  | ) |  | 
      
 
 
◆ getName()
      
        
          | char* XMPP::Stanza::getName | ( |  | ) |  | 
      
 
 
◆ addChild()
      
        
          | void XMPP::Stanza::addChild | ( | Stanza * | child | ) |  | 
      
 
 
◆ setNamespace()
      
        
          | void XMPP::Stanza::setNamespace | ( | const char *const | ns | ) |  | 
      
 
 
◆ setAttribute()
      
        
          | void XMPP::Stanza::setAttribute | ( | const char *const | key, | 
        
          |  |  | const char *const | value | 
        
          |  | ) |  |  | 
      
 
 
◆ setName()
      
        
          | void XMPP::Stanza::setName | ( | const char *const | name | ) |  | 
      
 
 
◆ setText() [1/2]
      
        
          | void XMPP::Stanza::setText | ( | const char *const | text | ) |  | 
      
 
 
◆ setText() [2/2]
      
        
          | void XMPP::Stanza::setText | ( | const char *const | text, | 
        
          |  |  | const size_t | size | 
        
          |  | ) |  |  | 
      
 
 
◆ getType()
      
        
          | char* XMPP::Stanza::getType | ( |  | ) |  | 
      
 
 
◆ getId()
      
        
          | char* XMPP::Stanza::getId | ( |  | ) |  | 
      
 
 
◆ getTo()
      
        
          | char* XMPP::Stanza::getTo | ( |  | ) |  | 
      
 
 
◆ getFrom()
      
        
          | char* XMPP::Stanza::getFrom | ( |  | ) |  | 
      
 
 
◆ setType()
      
        
          | void XMPP::Stanza::setType | ( | const char *const | type | ) |  | 
      
 
 
◆ setId()
      
        
          | void XMPP::Stanza::setId | ( | const char *const | id | ) |  | 
      
 
 
◆ setTo()
      
        
          | void XMPP::Stanza::setTo | ( | const char *const | to | ) |  | 
      
 
 
◆ setFrom()
      
        
          | void XMPP::Stanza::setFrom | ( | const char *const | from | ) |  | 
      
 
 
◆ m_ctx
◆ m_stanza
  
  | 
        
          | xmpp_stanza_t* XMPP::Stanza::m_stanza |  | private | 
 
 
The documentation for this class was generated from the following file: