DCIsRequiredBy {atom4R}R Documentation

DCIsRequiredBy

Description

This class models an DublinCore 'isRequiredBy' element

Format

R6Class object.

Value

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

Super classes

atom4R::atom4RLogger -> atom4R::AtomAbstractObject -> atom4R::DCElement -> DCIsRequiredBy

Methods

Public methods

Inherited methods

Method new()

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

Usage
DCIsRequiredBy$new(xml = NULL, value = NULL, dc = FALSE)
Arguments
xml

object of class XMLInternalNode-class from XML

value

value

dc

use DC namespace?


Method clone()

The objects of this class are cloneable with this method.

Usage
DCIsRequiredBy$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/#http://purl.org/dc/terms/isRequiredBy


[Package atom4R version 0.3-3 Index]