|
SimpleServlets v5.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLException | |
|---|---|
| com.simpleservlets.htmlobjects |
HTMLObjects facilitates the Object-Oriented creation of HTML
(see HTMLPage to get started). |
| Uses of HTMLException in com.simpleservlets.htmlobjects |
|---|
| Methods in com.simpleservlets.htmlobjects that throw HTMLException | |
|---|---|
HTMLElement |
GenericHTMLElement.addSibling(HTMLElement element)
|
HTMLElement |
HTMLElement.addSibling(HTMLElement element)
Add the specified element to this element's parent. |
HTMLElement |
HTMLPage.addSibling(HTMLElement element)
Always throws HTMLException as HTMLPage is the root tag and does not permit siblings. |
HTMLString |
GenericHTMLElement.addSibling(String text)
|
HTMLString |
HTMLElement.addSibling(String text)
Convenience method to wrap the specified text in an HTMLString
and call addSibling(HTMLElement). |
HTMLString |
HTMLPage.addSibling(String text)
Always throws HTMLException as HTMLPage is the root tag and does not permit siblings. |
| Constructors in com.simpleservlets.htmlobjects that throw HTMLException | |
|---|---|
HTMLEntity(String text,
HTMLElement parent)
Creates an entity with the specified text. |
|
|
SimpleServlets v5.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||