Class: Konjak::Map

Inherits:
StructuralElement show all
Defined in:
lib/konjak/map.rb

Constant Summary collapse

TAG_NAME =
'map'

Instance Method Summary collapse

Methods inherited from Element

#__getobj__, #initialize

Constructor Details

This class inherits a constructor from Konjak::Element

Instance Method Details

#can_contain?(element) ⇒ Boolean

FIXME:

code, ent and subst. At least one of these attributes should be specified.
If the code attribute is specified, the parent <ude> element must specify a base attribute.

Returns:

  • (Boolean)


18
19
20
# File 'lib/konjak/map.rb', line 18

def can_contain?(element)
  false
end