Package gg.jte.html
Interface HtmlAttribute
-
public interface HtmlAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()chargetQuotes()booleanisBoolean()
-
-
-
Method Detail
-
getName
String getName()
-
getQuotes
char getQuotes()
-
isBoolean
boolean isBoolean()
-
-