-
Notifications
You must be signed in to change notification settings - Fork 82
/
NAMESPACE
194 lines (193 loc) · 5.33 KB
/
NAMESPACE
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# Generated by roxygen2: do not edit by hand
S3method("[",xml_missing)
S3method("[",xml_nodeset)
S3method("[[",xml_missing)
S3method("xml_attr<-",xml_missing)
S3method("xml_attr<-",xml_node)
S3method("xml_attr<-",xml_nodeset)
S3method("xml_attrs<-",xml_missing)
S3method("xml_attrs<-",xml_node)
S3method("xml_attrs<-",xml_nodeset)
S3method("xml_name<-",xml_missing)
S3method("xml_name<-",xml_node)
S3method("xml_name<-",xml_nodeset)
S3method("xml_text<-",xml_missing)
S3method("xml_text<-",xml_node)
S3method("xml_text<-",xml_nodeset)
S3method(as.character,xml_document)
S3method(as.character,xml_missing)
S3method(as.character,xml_node)
S3method(as.character,xml_nodeset)
S3method(as_list,xml_document)
S3method(as_list,xml_missing)
S3method(as_list,xml_node)
S3method(as_list,xml_nodeset)
S3method(as_xml_document,character)
S3method(as_xml_document,connection)
S3method(as_xml_document,list)
S3method(as_xml_document,raw)
S3method(as_xml_document,response)
S3method(as_xml_document,xml_document)
S3method(as_xml_document,xml_node)
S3method(as_xml_document,xml_nodeset)
S3method(format,xml_node)
S3method(is.na,xml_missing)
S3method(is.na,xml_node)
S3method(is.na,xml_nodeset)
S3method(nodeset_apply,xml_document)
S3method(nodeset_apply,xml_missing)
S3method(nodeset_apply,xml_node)
S3method(nodeset_apply,xml_nodeset)
S3method(print,xml_document)
S3method(print,xml_missing)
S3method(print,xml_namespace)
S3method(print,xml_node)
S3method(print,xml_nodeset)
S3method(read_html,default)
S3method(read_html,response)
S3method(read_xml,character)
S3method(read_xml,connection)
S3method(read_xml,raw)
S3method(read_xml,response)
S3method(tree_structure,xml_missing)
S3method(tree_structure,xml_node)
S3method(tree_structure,xml_nodeset)
S3method(write_html,xml_document)
S3method(write_html,xml_missing)
S3method(write_html,xml_node)
S3method(write_html,xml_nodeset)
S3method(write_xml,xml_document)
S3method(write_xml,xml_missing)
S3method(write_xml,xml_node)
S3method(write_xml,xml_nodeset)
S3method(xml_add_child,xml_document)
S3method(xml_add_child,xml_missing)
S3method(xml_add_child,xml_node)
S3method(xml_add_child,xml_nodeset)
S3method(xml_add_parent,xml_missing)
S3method(xml_add_parent,xml_node)
S3method(xml_add_parent,xml_nodeset)
S3method(xml_add_sibling,xml_missing)
S3method(xml_add_sibling,xml_node)
S3method(xml_add_sibling,xml_nodeset)
S3method(xml_find_all,xml_missing)
S3method(xml_find_all,xml_node)
S3method(xml_find_all,xml_nodeset)
S3method(xml_find_chr,xml_missing)
S3method(xml_find_chr,xml_node)
S3method(xml_find_chr,xml_nodeset)
S3method(xml_find_first,xml_missing)
S3method(xml_find_first,xml_node)
S3method(xml_find_first,xml_nodeset)
S3method(xml_find_int,xml_missing)
S3method(xml_find_int,xml_node)
S3method(xml_find_int,xml_nodeset)
S3method(xml_find_lgl,xml_missing)
S3method(xml_find_lgl,xml_node)
S3method(xml_find_lgl,xml_nodeset)
S3method(xml_find_num,xml_missing)
S3method(xml_find_num,xml_node)
S3method(xml_find_num,xml_nodeset)
S3method(xml_ns,xml_document)
S3method(xml_ns,xml_missing)
S3method(xml_ns,xml_node)
S3method(xml_ns,xml_nodeset)
S3method(xml_parent,xml_missing)
S3method(xml_parent,xml_node)
S3method(xml_parent,xml_nodeset)
S3method(xml_remove,xml_missing)
S3method(xml_remove,xml_node)
S3method(xml_remove,xml_nodeset)
S3method(xml_replace,xml_missing)
S3method(xml_replace,xml_node)
S3method(xml_replace,xml_nodeset)
S3method(xml_serialize,xml_document)
S3method(xml_serialize,xml_node)
S3method(xml_serialize,xml_nodeset)
S3method(xml_set_attr,xml_missing)
S3method(xml_set_attr,xml_node)
S3method(xml_set_attr,xml_nodeset)
S3method(xml_set_attrs,xml_missing)
S3method(xml_set_attrs,xml_node)
S3method(xml_set_attrs,xml_nodeset)
S3method(xml_set_name,xml_missing)
S3method(xml_set_name,xml_node)
S3method(xml_set_name,xml_nodeset)
S3method(xml_url,xml_missing)
S3method(xml_url,xml_node)
S3method(xml_url,xml_nodeset)
S3method(xml_validate,xml_document)
export("xml_attr<-")
export("xml_attrs<-")
export("xml_name<-")
export("xml_text<-")
export(as_list)
export(as_xml_document)
export(download_html)
export(download_xml)
export(html_structure)
export(read_html)
export(read_xml)
export(url_absolute)
export(url_escape)
export(url_parse)
export(url_relative)
export(url_unescape)
export(write_html)
export(write_xml)
export(xml2_example)
export(xml_add_child)
export(xml_add_parent)
export(xml_add_sibling)
export(xml_attr)
export(xml_attrs)
export(xml_cdata)
export(xml_child)
export(xml_children)
export(xml_comment)
export(xml_contents)
export(xml_double)
export(xml_dtd)
export(xml_find_all)
export(xml_find_chr)
export(xml_find_first)
export(xml_find_int)
export(xml_find_lgl)
export(xml_find_num)
export(xml_find_one)
export(xml_has_attr)
export(xml_integer)
export(xml_length)
export(xml_missing)
export(xml_name)
export(xml_new_document)
export(xml_new_root)
export(xml_ns)
export(xml_ns_rename)
export(xml_ns_strip)
export(xml_parent)
export(xml_parents)
export(xml_path)
export(xml_remove)
export(xml_replace)
export(xml_root)
export(xml_serialize)
export(xml_set_attr)
export(xml_set_attrs)
export(xml_set_name)
export(xml_set_namespace)
export(xml_set_text)
export(xml_siblings)
export(xml_structure)
export(xml_text)
export(xml_type)
export(xml_unserialize)
export(xml_url)
export(xml_validate)
exportClasses(xml_document)
exportClasses(xml_missing)
exportClasses(xml_node)
exportClasses(xml_nodeset)
import(rlang)
importFrom(methods,setOldClass)
useDynLib(xml2, .registration = TRUE)