Searched defs:NamespaceMathml (Results 1 – 2 of 2) sorted by relevance
19 public static final String NamespaceMathml = "http://www.w3.org/1998/Math/MathML"; field in Parser
305 … namespaces.put(Parser.NamespaceMathml, new String[]{"math", "mi", "mo", "msup", "mn", "mtext"}); in namespaces.put()