Class MathMLTagProvider


  • public class MathMLTagProvider
    extends java.lang.Object
    It contains the MathML tags to use with Html5 tags
    Author:
    User
    • Constructor Summary

      Constructors 
      Constructor Description
      MathMLTagProvider​(TagInfo tagInfo, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TagInfo getTagInfo​(java.lang.String tagName, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
      void layoutElements​(TagInfo tagInfo, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
      void presentationMarkup​(TagInfo tagInfo, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
      protected void put​(java.lang.String tagName, TagInfo tagInfo, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
      void scriptElements​(TagInfo tagInfo, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
      void tableElements​(TagInfo tagInfo, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
      void tokenElements​(TagInfo tagInfo, java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)  
      • Methods inherited from class java.lang.Object

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

      • MathMLTagProvider

        public MathMLTagProvider​(TagInfo tagInfo,
                                 java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)
    • Method Detail

      • presentationMarkup

        public void presentationMarkup​(TagInfo tagInfo,
                                       java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)
      • tokenElements

        public void tokenElements​(TagInfo tagInfo,
                                  java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)
      • layoutElements

        public void layoutElements​(TagInfo tagInfo,
                                   java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)
      • scriptElements

        public void scriptElements​(TagInfo tagInfo,
                                   java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)
      • tableElements

        public void tableElements​(TagInfo tagInfo,
                                  java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)
      • put

        protected void put​(java.lang.String tagName,
                           TagInfo tagInfo,
                           java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)
      • getTagInfo

        public TagInfo getTagInfo​(java.lang.String tagName,
                                  java.util.concurrent.ConcurrentMap<java.lang.String,​TagInfo> tagInfoMap)