Searched defs:xmlClose (Results 1 – 2 of 2) sorted by relevance
114 public static void xmlClose(IBuffer result, String indent, String tag, String comment) { in xmlClose() method in XMLUtils
172 String xmlClose = xml ? ">" : ""; in writeFont() local