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.rb, line 2941
def initialize
  super("template")

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