public class DefaultHTMLBuilder.CustomHTMLElement extends java.lang.Object implements HTMLBuilder.HTMLElement
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowAttributes() |
boolean |
allowContents() |
java.lang.String |
toHTML() |
java.lang.String |
toString() |
public boolean allowContents()
allowContents in interface HTMLBuilder.HTMLElementpublic boolean allowAttributes()
allowAttributes in interface HTMLBuilder.HTMLElementpublic java.lang.String toHTML()
toHTML in interface HTMLBuilder.HTMLElementpublic java.lang.String toString()
toString in class java.lang.Object