Sha256: 8085bb5b42d17157779017f8598ebf92675c15ca7e39de99663c1ddd656d846b
Contents?: true
Size: 470 Bytes
Versions: 2
Compression:
Stored size: 470 Bytes
Contents
/* $Id: ruby_xml_xpointer_context.h 134 2007-08-29 17:30:19Z danj $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RUBY_XML_XPOINTER_CONTEXT__ #define __RUBY_XML_XPOINTER_CONTEXT__ extern VALUE cXMLXPointerContext; extern VALUE eXMLXPointerContextInvalidPath; typedef struct ruby_xml_xpointer_context { VALUE xd; xmlXPathContextPtr ctxt; } ruby_xml_xpointer_context; void ruby_init_xml_xpointer_context(void); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-0.5.0.1 | ext/xml/ruby_xml_xpointer_context.h |
libxml-ruby-0.5.2.0 | ext/xml/ruby_xml_xpointer_context.h |