Home
last modified time | relevance | path

Searched +refs:as +refs:character +refs:xml_nodeset (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/R-cran-xml2/xml2/
H A DNAMESPACE4 S3method("[",xml_nodeset)
8 S3method("xml_attr<-",xml_nodeset)
18 S3method(as.character,xml_document)
19 S3method(as.character,xml_missing)
20 S3method(as.character,xml_node)
21 S3method(as.character,xml_nodeset)
25 S3method(as_list,xml_nodeset)
26 S3method(as_xml_document,character)
37 S3method(is.na,xml_nodeset)
46 S3method(print,xml_nodeset)
[all …]
H A DNEWS.md5 * xml2 has been re-licensed as MIT (#317).
9 * `xml_find_all.xml_nodeset()` gains a `flatten` argument to control whether to return a single nod…
82 * `read_xml()` now has a better error message when given zero length character
115 given character input (#179).
120 the same length as the inputs (as documented) (#194).
139 * `write_xml()` and `write_html()` now accept connections as well as filenames
175 * Bugfix for xml_length.xml_nodeset that caused it to fail unconditionally. (#140)
181 * Allow setting non-character attributes (values are coerced to characters). (@sjp, #117, #122).
183 * Fixed return value in call to vapply in xml_integer.xml_nodeset. (@ddiez, #146, #147).
220 object. Namespace definitions can now be removed as well as added and
[all …]
/dports/textproc/R-cran-xml2/xml2/man/
H A Dxml_find_all.Rd5 \alias{xml_find_all.xml_nodeset}
15 \method{xml_find_all}{xml_nodeset}(x, xpath, ns = xml_ns(x), flatten = TRUE, ...)
30 \item{ns}{Optionally, a named vector giving prefix-url pairs, as produced
50 if applied to a nodeset. The output is \emph{always} the same size as
56 numeric, character and logical results respectively.
92 # de-duplicates them, and returns as a single nodeset. This means you