rsdmx (version 0.5-9)

SDMX: Class "SDMX"

Description

An abstract class from which SDMX classes are derived

Usage

SDMX(xmlObj, namespaces)

Arguments

xmlObj

object of class "XMLInternalDocument derived from XML package

namespaces

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

Value

an object of class "SDMX"

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