powered by
The only class at the moment is "SensorML" which only wraps an "XMLInternalDocument".
"SensorML"
"XMLInternalDocument"
SensorML(...)
showClass("SensorML") # create a XmlInternalDocument and a SensorML class with it xml <- xmlParse("<SensorML />") sml <- SensorML(xml) # print it print(sml) # access the inner document sml@xml
Run the code above in your browser using DataLab