Class: Origami::XDP::Packet::Datasets

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa/datasets.rb

Overview

The datasets element enclosed XML data content that may have originated from an XFA form and/or may be intended to be consumed by an XFA form.

Defined Under Namespace

Classes: Data

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initializeDatasets

Returns a new instance of Datasets.



40
41
42
43
44
# File 'lib/origami/xfa/datasets.rb', line 40

def initialize
    super("xfa:datasets")

    add_attribute 'xmlns:xfa', 'http://www.xfa.org/schema/xfa-data/1.0/'
end