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

void Impala::Core::IDash::XmlJobReference::Export ( Util::IOBuffer ioBuf  )  [inline]

Definition at line 51 of file XmlJobReference.h.

References mHref, and Impala::Util::IOBuffer::Puts().

Referenced by Impala::Core::IDash::Server::ScheduleJob().

00052     {
00053         ioBuf->Puts("<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>");
00054         ioBuf->Puts("<job xmlns=\"http://www.i-dash.eu/ActionData\"");
00055         ioBuf->Puts("     xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"");
00056         ioBuf->Puts("     xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"");
00057         ioBuf->Puts("     xmlns:xlink=\"http://www.w3.org/1999/xlink\"");
00058         ioBuf->Puts("     xsi:schemaLocation=\"http://www.i-dash.eu/ActionData http://www.i-dash.eu/Schemas/ActionData/Job.xsd\"");
00059 
00060         ioBuf->Puts("     xlink:type=\"simple\"");
00061         ioBuf->Puts("     xlink:href=\"" + mHref + "\"");
00062         ioBuf->Puts("     />");
00063     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:13:36 2010 for ImpalaSrc by  doxygen 1.5.1