make_object_from_node


Description:

public abstract Object make_object_from_node (unowned Node* node) throws Error

Constructs an object using the XML node provided and returns the result.

Parameters:

node

Configuration node to base the object off of

Returns:

Resulting object constructed from the input node