forked from xml4r/libxml-ruby
-
Notifications
You must be signed in to change notification settings - Fork 7
/
MANIFEST
166 lines (166 loc) · 4.14 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
#!mast -x doc/libxml-ruby/rdoc -i .gitignore ext doc lib script test [A-Z]*
ext/libxml/extconf.rb
ext/libxml/libxml.c
ext/libxml/ruby_libxml.h
ext/libxml/ruby_xml.c
ext/libxml/ruby_xml.h
ext/libxml/ruby_xml_attr.c
ext/libxml/ruby_xml_attr.h
ext/libxml/ruby_xml_attr_decl.c
ext/libxml/ruby_xml_attr_decl.h
ext/libxml/ruby_xml_attributes.c
ext/libxml/ruby_xml_attributes.h
ext/libxml/ruby_xml_cbg.c
ext/libxml/ruby_xml_document.c
ext/libxml/ruby_xml_document.h
ext/libxml/ruby_xml_dtd.c
ext/libxml/ruby_xml_dtd.h
ext/libxml/ruby_xml_encoding.c
ext/libxml/ruby_xml_encoding.h
ext/libxml/ruby_xml_error.c
ext/libxml/ruby_xml_error.h
ext/libxml/ruby_xml_html_parser.c
ext/libxml/ruby_xml_html_parser.h
ext/libxml/ruby_xml_html_parser_context.c
ext/libxml/ruby_xml_html_parser_context.h
ext/libxml/ruby_xml_html_parser_options.c
ext/libxml/ruby_xml_html_parser_options.h
ext/libxml/ruby_xml_input_cbg.c
ext/libxml/ruby_xml_input_cbg.h
ext/libxml/ruby_xml_io.c
ext/libxml/ruby_xml_io.h
ext/libxml/ruby_xml_namespace.c
ext/libxml/ruby_xml_namespace.h
ext/libxml/ruby_xml_namespaces.c
ext/libxml/ruby_xml_namespaces.h
ext/libxml/ruby_xml_node.c
ext/libxml/ruby_xml_node.h
ext/libxml/ruby_xml_parser.c
ext/libxml/ruby_xml_parser.h
ext/libxml/ruby_xml_parser_context.c
ext/libxml/ruby_xml_parser_context.h
ext/libxml/ruby_xml_parser_options.c
ext/libxml/ruby_xml_parser_options.h
ext/libxml/ruby_xml_reader.c
ext/libxml/ruby_xml_reader.h
ext/libxml/ruby_xml_relaxng.c
ext/libxml/ruby_xml_relaxng.h
ext/libxml/ruby_xml_sax2_handler.c
ext/libxml/ruby_xml_sax2_handler.h
ext/libxml/ruby_xml_sax_parser.c
ext/libxml/ruby_xml_sax_parser.h
ext/libxml/ruby_xml_schema.c
ext/libxml/ruby_xml_schema.h
ext/libxml/ruby_xml_version.h
ext/libxml/ruby_xml_xinclude.c
ext/libxml/ruby_xml_xinclude.h
ext/libxml/ruby_xml_xpath.c
ext/libxml/ruby_xml_xpath.h
ext/libxml/ruby_xml_xpath_context.c
ext/libxml/ruby_xml_xpath_context.h
ext/libxml/ruby_xml_xpath_expression.c
ext/libxml/ruby_xml_xpath_expression.h
ext/libxml/ruby_xml_xpath_object.c
ext/libxml/ruby_xml_xpath_object.h
ext/libxml/ruby_xml_xpointer.c
ext/libxml/ruby_xml_xpointer.h
ext/mingw/Rakefile
ext/mingw/build.rake
ext/mingw/libiconv-2.dll
ext/mingw/libxml2-2.dll
ext/mingw/libxml_ruby.dll.a
ext/mingw/libxml_ruby.so
ext/vc/libxml_ruby.sln
ext/vc/libxml_ruby_18/libxml_ruby.vcproj
ext/vc/libxml_ruby_19/libxml_ruby_19.vcproj
doc/.htaccess
doc/.rsync-filter
lib/libxml/attr.rb
lib/libxml/attr_decl.rb
lib/libxml/attributes.rb
lib/libxml/document.rb
lib/libxml/error.rb
lib/libxml/hpricot.rb
lib/libxml/html_parser.rb
lib/libxml/namespace.rb
lib/libxml/namespaces.rb
lib/libxml/node.rb
lib/libxml/ns.rb
lib/libxml/parser.rb
lib/libxml/properties.rb
lib/libxml/reader.rb
lib/libxml/sax_callbacks.rb
lib/libxml/sax_parser.rb
lib/libxml/tree.rb
lib/libxml/xpath_object.rb
lib/libxml.rb
lib/xml/libxml.rb
lib/xml.rb
script/benchmark/depixelate
script/benchmark/hamlet.xml
script/benchmark/parsecount
script/benchmark/sock_entries.xml
script/benchmark/throughput
script/test
test/etc_doc_to_s.rb
test/ets_doc_file.rb
test/ets_doc_to_s.rb
test/ets_gpx.rb
test/ets_node_gc.rb
test/ets_test.xml
test/ets_tsr.rb
test/model/atom.xml
test/model/bands.xml
test/model/books.xml
test/model/merge_bug_data.xml
test/model/ruby-lang.html
test/model/rubynet.xml
test/model/rubynet_project
test/model/shiporder.rnc
test/model/shiporder.rng
test/model/shiporder.xml
test/model/shiporder.xsd
test/model/soap.xml
test/model/xinclude.xml
test/tc_attr.rb
test/tc_attr_decl.rb
test/tc_attributes.rb
test/tc_deprecated_require.rb
test/tc_document.rb
test/tc_document_write.rb
test/tc_dtd.rb
test/tc_error.rb
test/tc_html_parser.rb
test/tc_namespace.rb
test/tc_namespaces.rb
test/tc_node.rb
test/tc_node_cdata.rb
test/tc_node_comment.rb
test/tc_node_copy.rb
test/tc_node_edit.rb
test/tc_node_pi.rb
test/tc_node_text.rb
test/tc_node_write.rb
test/tc_node_xlink.rb
test/tc_parser.rb
test/tc_parser_context.rb
test/tc_properties.rb
test/tc_reader.rb
test/tc_relaxng.rb
test/tc_sax_parser.rb
test/tc_schema.rb
test/tc_traversal.rb
test/tc_xinclude.rb
test/tc_xml.rb
test/tc_xpath.rb
test/tc_xpath_context.rb
test/tc_xpath_expression.rb
test/tc_xpointer.rb
test/test_suite.rb
Rakefile
HISTORY.rdoc
PROFILE
TODO
LICENSE
README.rdoc
VERSION