File: xml_set_namespace.Rd

package info (click to toggle)
r-cran-xml2 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 976 kB
  • sloc: cpp: 1,826; xml: 333; javascript: 238; ansic: 178; sh: 71; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/xml_modify.R
\name{xml_set_namespace}
\alias{xml_set_namespace}
\title{Set the node's namespace}
\usage{
xml_set_namespace(.x, prefix = "", uri = "")
}
\arguments{
\item{.x}{a node}

\item{prefix}{The namespace prefix to use}

\item{uri}{The namespace URI to use}
}
\value{
the node (invisibly)
}
\description{
The namespace to be set must be already defined in one of the node's
ancestors.
}