Class: WirisPlugin::MathMLEntityResolver

Inherits:
Object
  • Object
show all
Extended by:
EntityResolverInterface
Includes:
Wiris
Defined in:
lib/com/wiris/util/xml/MathMLEntityResolver.rb

Instance Method Summary collapse

Methods included from EntityResolverInterface

EntityResolver

Constructor Details

#initializeMathMLEntityResolver

Returns a new instance of MathMLEntityResolver.



11
12
13
# File 'lib/com/wiris/util/xml/MathMLEntityResolver.rb', line 11

def initialize()
    super()
end

Instance Method Details

#resolveEntity(name) ⇒ Object



14
15
16
# File 'lib/com/wiris/util/xml/MathMLEntityResolver.rb', line 14

def resolveEntity(name)
    return WXmlUtils::resolveMathMLEntity(name)
end