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

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

package gg.jte.html;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy