Static
getGets an attribute from a DigitalObject or Element.
The DigitalObject or Element
The name of the attribute to retrieve
The value of the attribute, or undefined if missing
Static
setSets a top-level attribute on a DigitalObject or Element.
The DigitalObject or Element
The name of the attribute to set
The value to set the attribute to
Static
getFunction
Gets an element from a DigitalObject by the element id.
The DigitalObject
The identifier of the Element
The Element, or undefined if missing
Convenience functions for manipulating DigitalObjects and Elements.