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

org.tp23.xgen.NodeMutator Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package org.tp23.xgen;

import org.w3c.dom.Node;

/**
 * Apply a function to each node in a XGenNodeList
 * @author teknopaul
 */
public interface NodeMutator {

	/**
	 * @param node Node to be mutated
	 * @return tail node for chaining.
	 */
	public Node each(Node node);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy