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

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa.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.



795
796
797
798
799
# File 'lib/origami/xfa.rb', line 795

def initialize
  super("xfa:datasets")

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