Functions | |
service_info * | getServiceList (IXML_Node *node, service_info **end, char *URLBase) |
Returns pointer to service info after getting the sub-elements of the service info. | |
service_info * | getAllServiceList (IXML_Node *node, char *URLBase, service_info **out_end) |
Returns pointer to service info after getting the sub-elements of the service info. | |
service_info * anonymous_namespace{service_table.cpp}::getServiceList | ( | IXML_Node * | node, |
service_info ** | end, | ||
char * | URLBase | ||
) |
Returns pointer to service info after getting the sub-elements of the service info.
[in] | node | XML node information. |
[out] | end | Service added is returned to the output parameter. |
[in] | URLBase | Provides Base URL to resolve relative URL. |
Definition at line 63 of file service_table.cpp.
service_info * anonymous_namespace{service_table.cpp}::getAllServiceList | ( | IXML_Node * | node, |
char * | URLBase, | ||
service_info ** | out_end | ||
) |
Returns pointer to service info after getting the sub-elements of the service info.
[in] | node | XML node information. |
[in] | URLBase | provides Base URL to resolve relative URL. |
[out] | out_end | Service added is returned to the output parameter. |
Definition at line 192 of file service_table.cpp.