DCElement {atom4R}R Documentation

DublinCore element class

Description

This class models an DublinCore element

Format

R6Class object.

Details

DCElement

Value

Object of R6Class for modelling an Dublin Core element

Super classes

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

Public fields

value

value

Methods

Public methods

Inherited methods

Method new()

Initializes an abstract DCElement

Usage
DCElement$new(
  xml = NULL,
  term = NULL,
  value = NULL,
  vocabulary = NULL,
  extended = FALSE
)
Arguments
xml

object of class XMLInternalNode-class from XML

term

term

value

value

vocabulary

vocabulary

extended

extended


Method clone()

The objects of this class are cloneable with this method.

Usage
DCElement$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

Class used internally by atom4R

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


[Package atom4R version 0.3-3 Index]