Class: Konjak::Map
- Inherits:
-
StructuralElement
- Object
- Delegator
- Element
- StructuralElement
- Konjak::Map
- Defined in:
- lib/konjak/map.rb
Constant Summary collapse
- TAG_NAME =
'map'
Instance Method Summary collapse
-
#can_contain?(element) ⇒ Boolean
FIXME: code, ent and subst.
Methods inherited from Element
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.
18 19 20 |
# File 'lib/konjak/map.rb', line 18 def can_contain?(element) false end |