com.spun.util.io.xml.XmlExtractorUtil Maven / Gradle / Ivy
package com.spun.util.io.xml;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import java.util.ArrayList;
public class XmlExtractorUtil
{
private XmlExtractorUtil()
{
} // Static class should not be instantiated
public static Object[] extract(Node node, String xmlName, Class extends XmlExtractable> clazz)
{
ArrayList
© 2015 - 2024 Weber Informatics LLC | Privacy Policy