Class Origami::XDP::Packet::ConnectionSet
In: sources/parser/xfa.rb
Parent: XFA::Element

The connectionSet packet describes the connections used to initiate or conduct web services.

Methods

new  

Public Class methods

[Source]

    # File sources/parser/xfa.rb, line 91
91:         def initialize
92:           super("connectionSet")
93: 
94:           add_attribute 'xmlns', 'http://www.xfa.org/schema/xfa-connection-set/2.8/'
95:         end

[Validate]