Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Core::IDash::XmlQuerySet::XmlQuerySet ( String  href  )  [inline]

Definition at line 21 of file XmlQuerySet.h.

References mCaseId, mValid, and ReadData().

00021                              : mHref(href)
00022     {
00023         Link::Curl::Memory mem = Link::Curl::Get(href);
00024         Util::IOBuffer ioBuf(mem.size, (unsigned char*) mem.data);
00025         ReadData(href, &ioBuf);
00026         if (!mValid)
00027             return;
00028         Util::StringParser p(href);
00029         p.Eat("/cases/");
00030         mCaseId = p.GetString('/', true);
00031         if (mCaseId.empty())
00032             mValid = false;
00033     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:53 2011 for ImpalaSrc by  doxygen 1.5.1