Class: Origami::XDP::Packet::Config
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::Config
- 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
-
#initialize ⇒ Config
constructor
A new instance of Config.
Methods included from Origami::XFA
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
40 41 42 43 44 |
# File 'lib/origami/xfa/config.rb', line 40 def initialize super("config") add_attribute 'xmlns:xfa', 'http://www.xfa.org/schema/xci/3.0/' end |