| java.lang.Object org.ofbiz.minerva.pool.xml.XMLUtils
XMLUtils | abstract public class XMLUtils (Code) | | Utility functions for parsing XML (DOM).
author: Aaron Mulder (ammulder@alumni.princeton.edu) |
Method Summary | |
public static void | applyProperties(Object o, Element root) | public static Element | createChild(Document doc, Element root, String name) | public static void | createChildText(Document doc, Element elem, String name, String value) | public static void | createOptionalChildText(Document doc, Element elem, String name, String value) | public static Element | getChildByName(Element e, String name) | public static String | getChildText(Element parent, String name) | public static Element[] | getChildrenByName(Element e, String name) | public static Map | getProperties(Element root) | public static String | getText(Element e) | public static String[] | splitOnWhitespace(String source) |
|
|