All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.exparity.data.xml.XmlFactory Maven / Gradle / Ivy

The newest version!
/*
 *
 */

package org.exparity.data.xml;

import org.exparity.data.XML;

/**
 * @author Stewart Bissett
 */
public interface XmlFactory {

    /**
     * Create an XML document from a source
     */
    XML convert(T source);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy