powered by
Parse an XML representation of system metadata, and set the object slots of a SystemMetadata object the with obtained values.
parseSystemMetadata(x, ...)# S4 method for SystemMetadata parseSystemMetadata(x, xml, ...)
# S4 method for SystemMetadata parseSystemMetadata(x, xml, ...)
the SystemMetadata object representing an object
The SystemMetadata object
SystemMetadata
Additional arguments passed to other functions or methods
The XML representation of the capabilities, as an XMLInternalElementNode
SystemMetadata-class
library(XML) doc <- xmlParseDoc(system.file("testfiles/sysmeta.xml", package="datapack"), asText=FALSE) sysmeta <- new("SystemMetadata") sysmeta <- parseSystemMetadata(sysmeta, xmlRoot(doc))
Run the code above in your browser using DataLab