-
public interface HtmlAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()chargetQuotes()booleanisBoolean()booleanisEmpty()
-
-
-
Method Detail
-
getName
String getName()
-
getQuotes
char getQuotes()
-
isBoolean
boolean isBoolean()
-
isEmpty
boolean isEmpty()
-
-