Class: OdfCore::Element::Db::ComponentCollection

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/db/component_collection.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'db:component-collection'
CHILDREN =
["db:component", "db:component-collection"].freeze
ATTRIBUTES =
["db:description", "db:name", "db:title"].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement