1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

comments for XMLUtils...

This commit is contained in:
Ruben S. Montero 2010-07-21 00:06:23 +02:00
parent 42fa118291
commit 1d1e0ea686

View File

@ -16,11 +16,13 @@ module OpenNebula
end
###########################################################################
# The XMLUtilsElement module provides an abstraction of the underlying
# XML parser engine. It provides XML-related methods for the Pool Elements
# The XMLElement class provides an abstraction of the underlying
# XML parser engine. It provides XML-related methods for the Pool and
# PoolElement classes
###########################################################################
class XMLElement
# xml:: _opaque xml object_ an xml object as returned by build_xml
def initialize(xml=nil)
@xml = xml
end