rsdmx (version 0.6-3)

SDMX: Class "SDMX"

Description

An abstract class from which SDMX classes are derived

Usage

SDMX(xmlObj, namespaces)

Value

an object of class "SDMX"

Arguments

xmlObj

object of class "XMLInternalDocument derived from XML package

namespaces

object of class "data.frame" given the list of namespace URIs

Slots

xmlObj

Object of class "XMLInternalDocument" derived from XML package

schema

Object of class "SDMXSchema", handles the version of SDMX-ML format

header

Object of class "SDMXHeader", handles the SDMX-ML document header

footer

Object of class "SDMXFooter", handles the SDMX-ML document footer

Warning

This class is not useful in itself, but all SDMX classes in this package derive from it.

See Also

readSDMX