Lines Matching refs:html_group
6 \alias{html_group}
7 \alias{as.html_group}
8 \alias{as.character.html_group}
9 \alias{print.html_group}
10 \alias{[.html_group}
11 \alias{[<-.html_group}
12 \alias{c.html_group}
22 \alias{setAttribs.html_group}
32 \alias{setStyle.html_group}
52 concatenating them with \code{c}, or by \code{html_group},
53 or by applying \code{as.html_group} to a list of
55 of class \code{"html_group"}.
67 html_group(\dots)
68 as.html_group(x)
79 \method{setAttribs}{html_group}(x,\dots)
88 \method{setStyle}{html_group}(x,\dots)
99 Character strings, \code{"html_elem"}, or \code{"html_group"} objects can appear
108 For \code{html_group}: several objects of class \code{"html_elem"}
109 or \code{"html_group"}.
115 \code{"html_group"} object}
118 \item{x}{an object. For \code{as.html_group}, this should be a list
119 of objects of class \code{"html_elem"} or \code{"html_group"}.
122 this should be an object of class \code{"html_elem"} or \code{"html_group"}.
127 \code{"html_group"} object, or a concatenation thereof.
138 \item{content}{a character vector, an \code{"html_elem"} or \code{"html_group"}
143 Objects created with \code{html_group} or by concatenation
144 of \code{"html_elem"} or \code{"html_group"}
146 are lists of such objects, with class attribute \code{"html_group"}.