Home
last modified time | relevance | path

Searched refs:suppressNamespaceWarning (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/R-cran-XML/XML/R/
H A Dnamespaces.R75 suppressNamespaceWarning = FALSE) argument
157 function(ns, suppressNamespaceWarning) argument
159 if(is.character(suppressNamespaceWarning))
160 f = get(suppressNamespaceWarning, mode = "function")
161 else if(is.logical(suppressNamespaceWarning)) {
162 if(!suppressNamespaceWarning)
174 function(node, suppressNamespaceWarning = getOption('suppressXMLNamespaceWarning', FALSE)) argument
179 lapply(nodes, completeDummyNS, suppressNamespaceWarning = suppressNamespaceWarning)
183 function(node, suppressNamespaceWarning = getOption('suppressXMLNamespaceWarning', FALSE)) argument
191 raiseNsWarning(prefix, suppressNamespaceWarning)
H A DxmlNodes.R500 suppressNamespaceWarning = getOption('suppressXMLNamespaceWarning', FALSE), # i.e. warn. argument
581 addAttributes(node, .attrs = attrs, suppressNamespaceWarning = suppressNamespaceWarning)
650 suppressNamespaceWarning = getOption('suppressXMLNamespaceWarning', FALSE) # i.e. warn. argument
1336 function(nsDefs, .attrs, suppressNamespaceWarning) argument
1343 f = if(is.character(suppressNamespaceWarning))
1344 get(suppressNamespaceWarning, mode = "function")
1371 if(is.character(suppressNamespaceWarning) || !suppressNamespaceWarning)
1372 checkAttrNamespaces(getEffectiveNamespaces(node), .attrs, suppressNamespaceWarning)
1388 …addAttributes(node, .attrs = value, suppressNamespaceWarning = suppressNamespaceWarning, append = …
1405 if(is.character(suppressNamespaceWarning) || !suppressNamespaceWarning)
[all …]
H A DhashTree.R60 suppressNamespaceWarning = getOption('suppressXMLNamespaceWarning', FALSE)) argument
/dports/textproc/R-cran-XML/XML/man/
H A DxmlAttrs.Rd19 'xmlAttrs<-'(node, append = TRUE, suppressNamespaceWarning =
36 \item{suppressNamespaceWarning}{see \code{\link{addChildren}}}
H A DaddChildren.Rd38 suppressNamespaceWarning = getOption("suppressXMLNamespaceWarning", FALSE),
123 \item{suppressNamespaceWarning}{a logical value or a character string.
H A DnewXMLDoc.Rd63 suppressNamespaceWarning =
186 \item{suppressNamespaceWarning}{see \code{\link{addChildren}}}