class Libis::Tools::MetsFile::Map
Container class for creating a structmap in the METS.
Attributes
div[RW]
The top division in the structmap
is_logical[RW]
Is the structmap Logical (true) or Physical(false)?
representation[RW]
The representation this structmap is for
Public Instance Methods
xml_id()
click to toggle source
The id that will be used in the XML file to reference this structmap.
# File lib/libis/tools/mets_objects.rb, line 539 def xml_id "smap-#{@id}" end