class Origami::XDP::Packet::Template

This packet contains the form template.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/origami/xfa/template.rb, line 2050
def initialize
    super("template")

    add_attribute 'xmlns:xfa', 'http://www.xfa.org/schema/xfa-template/3.0/'
end