Learn R Programming

atom4R (version 0.3-4)

DCDate: DCDate

Description

This class models an DublinCore 'date' element

Arguments

Value

Object of R6Class for modelling an Dublin Core 'date' element

Format

R6Class object.

Super classes

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

Methods

Public methods

Inherited methods


Method new()

This method is used to create an Dublin core 'date' element. Use dc to TRUE to use Dublin core namespace instead of DC terms.

Usage

DCDate$new(xml = NULL, term = NULL, value = NULL, dc = FALSE)

Arguments

xml

object of class XMLInternalNode-class from XML

term

term

value

value

dc

use DC namespace?


Method clone()

The objects of this class are cloneable with this method.

Usage

DCDate$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/date