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
-
#output_property ⇒ Saxon::Serializer::OutputProperties
Hash-like access to the Output Properties.
Instance Method Details
#output_property ⇒ Saxon::Serializer::OutputProperties
Returns hash-like access to the Output Properties.
13 14 15 |
# File 'lib/saxon/serializer/output_properties.rb', line 13 def output_property @output_property ||= OutputProperties::Accessor.new(s9_serializer) end |