Class: Origami::XDP::Packet::Config

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa/config.rb

Overview

This packet encloses the configuration settings.

Defined Under Namespace

Classes: AdjustData, Attributes, Base, Common, Data, Debug, ExcludeNS, GroupParent, IfEmpty, IncrementalLoad, Locale, LocaleSet, Log, Message, Messaging, Mode, MsgId, NameAttr, OutputXSL, Picture, Presence, Range, Record, Relevant, Rename, Severity, StartNode, StartPage, SuppressBanner, Template, Threshold, To, Transform, URI, ValidationMessaging, VersionControl, Whitespace, Window, XSL

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initializeConfig

Returns a new instance of Config.



33
34
35
36
37
# File 'lib/origami/xfa/config.rb', line 33

def initialize
    super("config")

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