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:
parent
42fa118291
commit
1d1e0ea686
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user