class Origami::XDP::Packet::Datasets

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.

Public Class Methods

new() click to toggle source
Calls superclass method
# 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