Module: Xqsr3::XML

Defined in:
lib/xqsr3/xml/version.rb,
lib/xqsr3/xml/utilities/compare.rb,
lib/xqsr3/xml/utilities/navigation.rb

Defined Under Namespace

Modules: Utilities

Constant Summary collapse

VERSION =

Current version of the Xqsr3 library

'0.1.1'
VERSION_MAJOR =

Major version of the Xqsr3 library

VERSION_PARTS_[0]
VERSION_MINOR =

Minor version of the Xqsr3 library

VERSION_PARTS_[1]
VERSION_REVISION =

Revision version of the Xqsr3 library

VERSION_PARTS_[2]