gg.jte.html.HtmlAttribute Maven / Gradle / Ivy
package gg.jte.html;
public interface HtmlAttribute {
String getName();
char getQuotes();
boolean isBoolean();
boolean isEmpty();
}
package gg.jte.html;
public interface HtmlAttribute {
String getName();
char getQuotes();
boolean isBoolean();
boolean isEmpty();
}