#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 get_xml_str | ( | S, | ||
| X | ||||
| ) |
{ \
xmlChar* pS = xmlNodeGetContent(X); \
S = reinterpret_cast<const char*>(pS); \
xmlFree(pS); \
}
Referenced by IE_Imp_AbiCollab::_parse().
{
{ "abicollab", UT_CONFIDENCE_PERFECT },
{ "", UT_CONFIDENCE_ZILCH }
}
1.7.1