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

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

The newest version!
/*
 *
 */

package org.exparity.data.xml;

import org.exparity.data.XML;

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

    public T transform(final XML xml) throws TransformFailedException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy