|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Abstraction of the most common non-reusable elements in XHTML (image, hyperlink etc.).
| Field Summary | |
static int |
NO_ENCODING
Specify some encoding for the content - content is here the text that describes the technical aspect for the user (the alt tag for an image, the visible text for a link). |
static int |
SEMI_ENCODING
Specify some encoding for the content - content is here the text that describes the technical aspect for the user (the alt tag for an image, the visible text for a link). |
static int |
STRICT_ENCODING
Specify some encoding for the content - content is here the text that describes the technical aspect for the user (the alt tag for an image, the visible text for a link). |
| Method Summary | |
java.lang.StringBuffer |
add(java.lang.StringBuffer str_b,
java.lang.String content,
int encoding)
Add a full element to the list with a specified encoding. |
java.lang.StringBuffer |
addEncoded(java.lang.StringBuffer str_b,
java.lang.String encoded)
Add a full element to the list - without encoding the content any further. |
java.lang.StringBuffer |
elementEnd(java.lang.StringBuffer str_b)
Write the end of the element |
java.lang.StringBuffer |
elementStart(java.lang.StringBuffer str_b)
Write the beginning of the element |
java.lang.StringBuffer |
elementStart(java.lang.StringBuffer str_b,
java.lang.String style)
Write the beginning of the element |
| Field Detail |
public static final int NO_ENCODING
public static final int SEMI_ENCODING
public static final int STRICT_ENCODING
| Method Detail |
public java.lang.StringBuffer elementStart(java.lang.StringBuffer str_b)
public java.lang.StringBuffer elementStart(java.lang.StringBuffer str_b,
java.lang.String style)
public java.lang.StringBuffer elementEnd(java.lang.StringBuffer str_b)
public java.lang.StringBuffer addEncoded(java.lang.StringBuffer str_b,
java.lang.String encoded)
public java.lang.StringBuffer add(java.lang.StringBuffer str_b,
java.lang.String content,
int encoding)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||