Module: XMLCodec

Defined in:
lib/XMLUtils.rb,
lib/element.rb,
lib/xmlcodec.rb,
lib/subelements.rb,
lib/stream_object_parser.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.0'