https://github.com/cran/XML
Raw File
Tip revision: 6ac5aacfa6b8250c6501b2fe1c24fc9f287f02f3 authored by Duncan Temple Lang on 29 April 2011, 00:00:00 UTC
version 3.4-0
Tip revision: 6ac5aac
removeXMLNamespaces.Rd
\name{removeXMLNamespaces}
%\Rdversion{1.1}
\alias{removeXMLNamespaces}
\alias{removeXMLNamespaces,XMLInternalNode-method}
\alias{removeXMLNamespaces,XMLInternalElementNode-method}
\alias{removeXMLNamespaces,XMLInternalDocument-method}
\title{Remove namespace definitions from a XML node or document}
\description{
  This function and its methods allow one to remove one
  or more XML namespace definitions on XML nodes within a document.
}
\usage{
removeXMLNamespaces(node, ..., all = FALSE, .els = unlist(list(...)))
}
\arguments{
  \item{node}{an XMLInternalNode or XMLInternalDocument object}
  \item{\dots}{the names of the namespaces to remove or an
    XMLNamespaceRef object returned via \code{\link{getNodeSet}} or \code{\link{xpathApply}}.}
  \item{all}{a logical value indicating whether to remove all the
    namespace definitions on a node.}
  \item{.els}{a list which is sometimes a convenient way to specify the
    namespaces to remove.}
}
\details{
}
\value{

}
\references{
}
\author{
Duncan Temple Lang
}



\seealso{
}
\examples{

}
\keyword{IO }
back to top