class Origami::XDP::Packet::LocaleSet

The localeSet packet encloses information about locales.

Public Class Methods

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

    add_attribute 'xmlns', 'http://www.xfa.org/schema/xfa-locale-set/2.7/'
end