Create a new integer node. The new integer node is added to the end of the specified parent's child list. The constant MXML_NO_PARENT can be used to specify that the new integer node has no parent.
mxml_node_t * mxmlNewInteger( mxml_node_t * parent, int integer);
Name | Description |
---|---|
parent | Parent node or MXML_NO_PARENT |
integer | Integer value |
New node