Classes | Defines | Variables

AbiCollabImport.cpp File Reference

#include <libxml/tree.h>
#include "xap_App.h"
#include "xap_DialogFactory.h"
#include "ServiceAccountHandler.h"
#include "ap_Dialog_GenericInput.h"
#include <core/session/xp/AbiCollabSessionManager.h>
#include "AbiCollabImport.h"
#include "ServiceErrorCodes.h"

Classes

class  XmlDocDeleter

Defines

#define get_xml_str(S, X)

Variables

static IE_SuffixConfidence IE_Imp_AbiCollabSniffer__SuffixConfidence []

Define Documentation

#define get_xml_str (   S,
  X 
)
Value:
{ \
    xmlChar* pS = xmlNodeGetContent(X); \
    S = reinterpret_cast<const char*>(pS); \
    xmlFree(pS); \
}

Referenced by IE_Imp_AbiCollab::_parse().


Variable Documentation

Initial value:
 {
    { "abicollab",  UT_CONFIDENCE_PERFECT   },
    { "",   UT_CONFIDENCE_ZILCH     }
}