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

com.github.fluentxml4j.internal.query.ToElementConverter Maven / Gradle / Ivy

package com.github.fluentxml4j.internal.query;

import org.w3c.dom.Element;
import org.w3c.dom.Node;

interface ToElementConverter
{
	static Element toElement(Node node)
	{
		return (Element) node;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy