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

gg.jte.html.HtmlAttribute Maven / Gradle / Ivy

The newest version!
package gg.jte.html;

public interface HtmlAttribute {
    String getName();
    char getQuotes();
    boolean isBoolean();
    boolean isEmpty();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy