Top |
LassoNode *
lasso_misc_text_node_new (void
);
Creates a new LassoMiscTextNode object.
LassoMiscTextNode *
lasso_misc_text_node_new_with_string (const char *content
);
Creates a new LassoMiscTextNode object and initializes it with content
. Beware that no
nodename, so it would create a text child, not an element.
LassoMiscTextNode *
lasso_misc_text_node_new_with_xml_node
(xmlNode *xml_node
);
Creates a new LassoMiscTextNode object and initialize it with xml_node
.
xmlNode *
lasso_misc_text_node_get_xml_content (LassoMiscTextNode *misc_text_node
);
Return the xml content in this node.
void lasso_misc_text_node_set_xml_content (LassoMiscTextNode *misc_text_node
,xmlNode *node
);
Set the xml content of this LassoMiscTextNode