Module: XMLCodec

Defined in:
lib/XMLUtils.rb,
lib/element.rb,
lib/xmlcodec.rb,
lib/subelements.rb,
lib/element_attrs.rb,
lib/element_subel.rb,
lib/element_value.rb,
lib/element_export.rb,
lib/element_import.rb,
lib/element_creation.rb,
lib/element_subelements.rb,
lib/stream_object_parser.rb,
lib/element_partial_export.rb

Overview

This module holds generic XML utilities. The module’s methods are simple XML utilities. The module also contains XMLStreamParser, a Generic XML Stream parser whose events are the text of whole elements instead of start and end tags.

Defined Under Namespace

Modules: XMLUtils Classes: ElementAttributeNotFound, ElementClassNotFound, XMLElement, XMLSOParserElement, XMLStreamObjectParser, XMLSubElements, XMLTextElement

Constant Summary collapse

VERSION =
'0.3.2'