MCPcopy Index your code
hub / github.com/MapServer/MapServer / msGML3TimeInstant

Function msGML3TimeInstant

mapgml.c:1721–1727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1719 */
1720
1721xmlNodePtr msGML3TimeInstant(xmlNsPtr psNs, char *pszTime) {
1722 xmlNodePtr psNode=NULL,psSubNode=NULL;
1723
1724 psNode = xmlNewNode(psNs, BAD_CAST "TimeInstant");
1725 psSubNode = xmlNewChild(psNode, NULL, BAD_CAST "timePosition", BAD_CAST pszTime);
1726 return psNode;
1727}
1728
1729#endif /* USE_LIBXML2 */
1730

Callers 1

msSOSAddMemberNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected