Home
last modified time | relevance | path

Searched defs:NamespaceMathml (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/
H A DParser.java19 public static final String NamespaceMathml = "http://www.w3.org/1998/Math/MathML"; field in Parser
H A DTag.java305 … namespaces.put(Parser.NamespaceMathml, new String[]{"math", "mi", "mo", "msup", "mn", "mtext"}); in namespaces.put()