AtomNamespace {atom4R}R Documentation

AtomNamespace

Description

AtomNamespace

AtomNamespace

Format

R6Class object.

Value

Object of R6Class for modelling an Atom Namespace

Public fields

id

id

uri

uri

Methods

Public methods


Method new()

Initializes an AtomNamespace

Usage
AtomNamespace$new(id, uri)
Arguments
id

id

uri

uri


Method getDefinition()

Get definition

Usage
AtomNamespace$getDefinition()
Returns

a named list defining the namespace


Method clone()

The objects of this class are cloneable with this method.

Usage
AtomNamespace$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

ISO class used internally by atom4R for specifying XML namespaces

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


[Package atom4R version 0.3-3 Index]