From c2e3993d15f7c26282e48f73ddc6ad265c562292 Mon Sep 17 00:00:00 2001 From: eblondel Date: Wed, 28 Feb 2024 22:20:18 +0100 Subject: [PATCH] doc #125 --- man/WFSFeatureTypeElement.Rd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/WFSFeatureTypeElement.Rd b/man/WFSFeatureTypeElement.Rd index d5bad49..b6e8165 100644 --- a/man/WFSFeatureTypeElement.Rd +++ b/man/WFSFeatureTypeElement.Rd @@ -43,13 +43,15 @@ Emmanuel Blondel \subsection{Method \code{new()}}{ Initializes a \link{WFSFeatureTypeElement} \subsection{Usage}{ -\if{html}{\out{
}}\preformatted{WFSFeatureTypeElement$new(xmlObj)}\if{html}{\out{
}} +\if{html}{\out{
}}\preformatted{WFSFeatureTypeElement$new(xmlObj, namespaces)}\if{html}{\out{
}} } \subsection{Arguments}{ \if{html}{\out{
}} \describe{ \item{\code{xmlObj}}{object of class \link{XMLInternalNode-class} from \pkg{XML}} + +\item{\code{namespaces}}{namespaces definitions inherited from parent XML, as \code{data.frame}} } \if{html}{\out{
}} }