w3c.css.selectors.pseudofunctions.PseudoFunctionNthChild Maven / Gradle / Ivy
// $Id$
// Author: Jean-Guilhem Rouel
// (c) COPYRIGHT MIT, ERCIM and Keio, 2005.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.selectors.pseudofunctions;
import org.w3c.css.selectors.PseudoFunctionSelector;
/**
* PseudoFunctionNthChild
* Created: Sep 2, 2005 4:22:54 PM
*/
public class PseudoFunctionNthChild extends PseudoFunctionSelector {
public PseudoFunctionNthChild(String name, String value) {
setName(name);
setParam(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy