The R Project SVN R-packages

Rev

Rev 7747 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7747 Rev 7851
Line 6... Line 6...
6
\alias{getEncoding,ANY-method}
6
\alias{getEncoding,ANY-method}
7
\title{Determines the encoding for an XML document or node}
7
\title{Determines the encoding for an XML document or node}
8
\description{
8
\description{
9
 This function and its methods are intended to return the
9
 This function and its methods are intended to return the
10
 encoding of n XML .
10
 encoding of n XML .
11
 It is similar to \code{\link[base]{Encoding}} but currently
11
 It is similar to \code{\link{Encoding}} but currently
12
 restricted to  XML nodes and documents.
12
 restricted to  XML nodes and documents.
13
}
13
}
14
\usage{
14
\usage{
15
getEncoding(obj, ...)
15
getEncoding(obj, ...)
16
}
16
}