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

w3c.css.selectors.pseudofunctions.PseudoFunctionLang Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
// $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;

/**
 * PseudoFunctionLang
* Created: Sep 2, 2005 4:24:48 PM
*/ public class PseudoFunctionLang extends PseudoFunctionSelector { public PseudoFunctionLang(String name, String lang) { setName(name); setParam(lang); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy