Package org.htmlcleaner
Class MathMLTagProvider
java.lang.Object
org.htmlcleaner.MathMLTagProvider
It contains the MathML tags to use with Html5 tags
- Author:
- User
-
Constructor Summary
ConstructorsConstructorDescriptionMathMLTagProvider
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) -
Method Summary
Modifier and TypeMethodDescriptiongetTagInfo
(String tagName, ConcurrentMap<String, TagInfo> tagInfoMap) void
layoutElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
presentationMarkup
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) protected void
void
scriptElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
tableElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap) void
tokenElements
(TagInfo tagInfo, ConcurrentMap<String, TagInfo> tagInfoMap)
-
Constructor Details
-
MathMLTagProvider
-
-
Method Details
-
presentationMarkup
-
tokenElements
-
layoutElements
-
scriptElements
-
tableElements
-
put
-
getTagInfo
-