Class Origami::XDP::Packet::Datasets
In: sources/parser/xfa.rb
Parent: XFA::Element

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.

Methods

new  

Public Class methods

[Source]

     # File sources/parser/xfa.rb, line 105
105:         def initialize
106:           super("xfa:datasets")
107: 
108:           add_attribute 'xmlns:xfa', 'http://www.xfa.org/schema/xfa-data/1.0/'
109:         end

[Validate]