Methods

Class/Module Index [+]

Quicksearch

Origami::XDP::Packet::StyleSheet

The stylesheet packet encloses a single XSLT stylesheet.

Public Class Methods

new(id) click to toggle source
# File lib/origami/xfa.rb, line 892
def initialize(id)
  super("xsl:stylesheet")

  add_attribute 'version', '1.0'
  add_attribute 'xmlns:xsl', 'http://www.w3.org/1999/XSL/Transform'
  add_attribute 'id', id.to_s
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.