Class: TeXML::OptNode

Inherits:
Node
  • Object
show all
Defined in:
lib/texml.rb

Instance Method Summary collapse

Methods inherited from Node

#childrenValue, create, #initialize

Constructor Details

This class inherits a constructor from TeXML::Node

Instance Method Details

#to_texObject



116
117
118
# File 'lib/texml.rb', line 116

def to_tex
  return "[" + childrenValue('cmd', 'ctrl', 'spec', '#text') + "]"
end