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.HTMLElement
public boolean allowAttributes()
allowAttributes
in interface HTMLBuilder.HTMLElement
public java.lang.String toHTML()
toHTML
in interface HTMLBuilder.HTMLElement
public java.lang.String toString()
toString
in class java.lang.Object