Sha256: 868828d1067b958501c071b24405c2df717a3b865285d38ccb6b2b286b8bab18
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 Bytes
Contents
#ifndef NOKOGIRI_XML_NODE #define NOKOGIRI_XML_NODE #include <native.h> void init_xml_node(); VALUE Nokogiri_wrap_xml_node(xmlNodePtr root); extern VALUE cNokogiriXmlNode ; VALUE Nokogiri_wrap_xml_node(xmlNodePtr node) ; void Nokogiri_xml_node_properties(xmlNodePtr node, VALUE attr_hash) ; void Nokogiri_xml_node_namespaces(xmlNodePtr node, VALUE attr_hash) ; int Nokogiri_xml_node_owned_get(xmlNodePtr node) ; void Nokogiri_xml_node_owned_set(xmlNodePtr node) ; #endif
Version data entries
5 entries across 5 versions & 2 rubygems