Class: WirisPlugin::MathMLEntityResolver
- Inherits:
-
Object
- Object
- WirisPlugin::MathMLEntityResolver
- Extended by:
- EntityResolverInterface
- Includes:
- Wiris
- Defined in:
- lib/com/wiris/util/xml/MathMLEntityResolver.rb
Instance Method Summary collapse
-
#initialize ⇒ MathMLEntityResolver
constructor
A new instance of MathMLEntityResolver.
- #resolveEntity(name) ⇒ Object
Methods included from EntityResolverInterface
Constructor Details
#initialize ⇒ MathMLEntityResolver
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 |