| java.lang.Object com.mchange.v1.xml.DomParseUtils
DomParseUtils | final public class DomParseUtils (Code) | | |
Field Summary | |
final static boolean | DEBUG |
Method Summary | |
public static String | allText(Element elem) | public static String | allText(Element elem, boolean trim) | public static String | allTextFromElement(Element elem) | public static String | allTextFromElement(Element elem, boolean trim) | public static String[] | allTextFromImmediateChildElements(Element parent, String tagName) | public static String[] | allTextFromImmediateChildElements(Element parent, String tagName, boolean trim) | public static String | allTextFromUniqueChild(Element elem, String childTagName) | public static String | allTextFromUniqueChild(Element elem, String childTagName, boolean trim) | public static String | allTextFromUniqueImmediateChild(Element elem, String childTagName) | public static String | attrValFromElement(Element element, String attrName) | public static NodeList | getImmediateChildElementsByTagName(Element parent, String tagName) | public static NodeList | immediateChildElementsByTagName(Element parent, String tagName) | public static Element | uniqueChild(Element elem, String childTagName) | public static Element | uniqueChildByTagName(Element elem, String childTagName) | public static Element | uniqueImmediateChild(Element elem, String childTagName) | public static Element | uniqueImmediateChildByTagName(Element elem, String childTagName) |
DEBUG | final static boolean DEBUG(Code) | | |
|
|