DCValid {atom4R}R Documentation

DCValid

Description

This class models an DublinCore 'valid' element

Format

R6Class object.

Value

Object of R6Class for modelling an Dublin Core Terms 'valid' element

Super classes

atom4R::atom4RLogger -> atom4R::AtomAbstractObject -> atom4R::DCElement -> atom4R::DCDate -> DCValid

Methods

Public methods

Inherited methods

Method new()

Initializes an object of class DCValid

Usage
DCValid$new(xml = NULL, value = NULL)
Arguments
xml

object of class XMLInternalNode-class from XML

value

value


Method clone()

The objects of this class are cloneable with this method.

Usage
DCValid$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

References

Dublin Core Metadata Initiative. https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/valid


[Package atom4R version 0.3-3 Index]