|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectview.xhtml.HtmlObject
view.xhtml.RawText
public class RawText
| Field Summary | |
|---|---|
private java.lang.String |
text
|
| Constructor Summary | |
|---|---|
RawText(java.lang.String raw_text)
Constructs the object from a String. |
|
| Method Summary | |
|---|---|
java.lang.String |
getHtml()
Returns the text without encoding. |
java.lang.String |
getHtml(int indent_level,
int ident_width)
As above but with indentation. |
| Methods inherited from class view.xhtml.HtmlObject |
|---|
getHtml, getIndent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final transient java.lang.String text
| Constructor Detail |
|---|
public RawText(java.lang.String raw_text)
| Method Detail |
|---|
public java.lang.String getHtml()
getHtml in class HtmlObject
public java.lang.String getHtml(int indent_level,
int ident_width)
getHtml in class HtmlObjectindent_level - the indentation level used at the root levelident_width - ... for inner elements
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||