Class LgBuilder

  • All Implemented Interfaces:
    MathMLFragmentBuilder

    public class LgBuilder
    extends java.lang.Object
    implements MathMLFragmentBuilder
    Builder to handle the lg() function. Produces
     <apply><log/><logbase><cn>2</cn></logbase><cn>1.23</cn></apply>
     
    Author:
    Richard Morris
    • Constructor Summary

      Constructors 
      Constructor Description
      LgBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element build​(Node n, org.w3c.dom.Document d, MathMLDocumentBuilder db)
      Builds a Element for a jep Node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LgBuilder

        public LgBuilder()