Module: Saxon::Serializer::OutputProperties

Included in:
Destination, Object
Defined in:
lib/saxon/serializer/output_properties.rb

Overview

Manage access to the serialization properties of this serializer, with hash-like access.

Properties can be set explicitly through this API, or via XSLT or XQuery serialization options like <xsl:output>.

Properties set explicitly here will override properties set through the document by <xsl:output>.

Defined Under Namespace

Classes: Accessor

Instance Method Summary collapse

Instance Method Details

#output_propertySaxon::Serializer::OutputProperties

Returns hash-like access to the Output Properties.

Returns:



13
14
15
# File 'lib/saxon/serializer/output_properties.rb', line 13

def output_property
  @output_property ||= OutputProperties::Accessor.new(s9_serializer)
end