このページを編集する際は,編集に関する方針に従ってください.
概要
* get the memory pool of an xmlnode
引数
* @param node the node to get the memory pool from * @return memory pool used by this node
実装
- アクセサ。
pool xmlnode_pool(xmlnode node) {
if (node != NULL)
return node->p;
return (pool)NULL;
}
呼出元
xmlnode_list_item xmlnode_get_tags(xmlnode context_node, const char *path, xht namespaces)
#related: relatedプラグインは廃止されました。