class Origami::XDP::Packet::XDC
The xdc packet encloses application-specific XFA
driver configuration instruction.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/origami/xfa/xdc.rb, line 33 def initialize super("xsl:xdc") add_attribute 'xmlns:xdc', 'http://www.xfa.org/schema/xdc/1.0/' end