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

pageunit.html.HTMLHTMLImpl Maven / Gradle / Ivy

package pageunit.html;

public class HTMLHTMLImpl extends HTMLContainerBase implements HTMLHTML {

	public HTMLHTMLImpl(String name) {
		super(name);
	}

	@Override
	public String toString() {		
		return "";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy