Sha256: 95c76731cd5514f99340cc3919f3b144f8849c0825fa0fb541abb256bc831599
Contents?: true
Size: 472 Bytes
Versions: 3
Compression:
Stored size: 472 Bytes
Contents
/* Please see the COPYING file for copyright and distribution information */ #ifndef __RBXS_DOMNODESET_H__ #define __RBXS_DOMNODESET_H__ #include "rbxs.h" RUBY_EXTERN VALUE cSmartDomNodeSet; typedef struct rbxs_domnodeset { VALUE doc; xmlXPathObjectPtr obj; xmlNodeSetPtr nodeset; } rbxs_domnodeset; RUBY_EXTERN VALUE rbxs_domnodeset_new(VALUE class, VALUE doc, xmlXPathObjectPtr obj); RUBY_EXTERN void init_rbxs_domnodeset(void); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-xml-smart-0.1.12.1-i486-linux | rbxs_domnodeset.h |
ruby-xml-smart-0.1.12-i486-linux | rbxs_domnodeset.h |
ruby-xml-smart-0.1.11-i486-linux | rbxs_domnodeset.h |