Module: Saxon

Defined in:
lib/saxon.rb,
lib/saxon/xdm.rb,
lib/saxon/jaxp.rb,
lib/saxon/xslt.rb,
lib/saxon/qname.rb,
lib/saxon/s9api.rb,
lib/saxon/xpath.rb,
lib/saxon/loader.rb,
lib/saxon/source.rb,
lib/saxon/version.rb,
lib/saxon/xdm/map.rb,
lib/saxon/xdm/item.rb,
lib/saxon/xdm/node.rb,
lib/saxon/item_type.rb,
lib/saxon/processor.rb,
lib/saxon/xdm/array.rb,
lib/saxon/xdm/value.rb,
lib/saxon/serializer.rb,
lib/saxon/axis_iterator.rb,
lib/saxon/configuration.rb,
lib/saxon/parse_options.rb,
lib/saxon/xslt/compiler.rb,
lib/saxon/xpath/compiler.rb,
lib/saxon/xslt/executable.rb,
lib/saxon/document_builder.rb,
lib/saxon/xdm/atomic_value.rb,
lib/saxon/xpath/executable.rb,
lib/saxon/xdm/function_item.rb,
lib/saxon/xdm/sequence_like.rb,
lib/saxon/xdm/empty_sequence.rb,
lib/saxon/xdm/external_object.rb,
lib/saxon/occurrence_indicator.rb,
lib/saxon/xpath/static_context.rb,
lib/saxon/item_type/value_to_ruby.rb,
lib/saxon/xslt/evaluation_context.rb,
lib/saxon/xpath/variable_declaration.rb,
lib/saxon/item_type/lexical_string_conversion.rb

Overview

An idiomatic Ruby wrapper around the Saxon XML processing library.

Defined Under Namespace

Modules: JAXP, Loader, OccurrenceIndicator, S9API, XDM, XPath, XSLT Classes: AxisIterator, Configuration, DocumentBuilder, ItemType, ParseOptions, ParserFeatures, ParserProperties, Processor, QName, Serializer, Source, SourceClosedError

Constant Summary collapse

VERSION =
"0.4.0"