XmlNodeGetParent: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (Needs example)
Line 18: Line 18:
==See Also==
==See Also==
{{XML functions}}
{{XML functions}}
[[Category:Needs Example]]

Revision as of 08:16, 19 June 2009

Returns the parent node of an xml node.

Syntax

xmlnode xmlNodeGetParent ( xmlnode node )

Required Arguments

  • node: the node of which you want to know the parent.

Returns

Returns the parent node of the specified node if successful. Returns false if the specified node is the root node or an invalid node was passed.

Example

See Also