class WirisPlugin::MathMLEntityResolver

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/com/wiris/util/xml/MathMLEntityResolver.rb, line 11
def initialize()
    super()
end

Public Instance Methods

resolveEntity(name) click to toggle source
# File lib/com/wiris/util/xml/MathMLEntityResolver.rb, line 14
def resolveEntity(name)
    return WXmlUtils::resolveMathMLEntity(name)
end