Class: Origami::XDP::Packet::XDC
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::XDC
- Defined in:
- lib/origami/xfa.rb
Overview
The xdc packet encloses application-specific XFA driver configuration instruction.
Instance Method Summary collapse
-
#initialize ⇒ XDC
constructor
A new instance of XDC.
Methods included from Origami::XFA
Constructor Details
#initialize ⇒ XDC
Returns a new instance of XDC.
2954 2955 2956 2957 2958 |
# File 'lib/origami/xfa.rb', line 2954 def initialize super("xsl:xdc") add_attribute 'xmlns:xdc', 'http://www.xfa.org/schema/xdc/1.0/' end |