Searched defs:NamespaceSvg (Results 1 – 2 of 2) sorted by relevance
20 public static final String NamespaceSvg = "http://www.w3.org/2000/svg"; field in Parser
306 namespaces.put(Parser.NamespaceSvg, new String[]{"svg", "text"}); in namespaces.put()