CDatapublic class ContentNode extends BaseTokenImpl implements HtmlNode
HTML text token.
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
blank |
|
protected String |
content |
| Constructor | Description |
|---|---|
ContentNode(String content) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getContent() |
|
boolean |
isBlank() |
|
void |
serialize(Serializer serializer,
Writer writer) |
|
String |
toString() |
getCol, getRow, setCol, setRowprotected final String content
protected final boolean blank
public ContentNode(String content)
public String getContent()
public String toString()
toString in class BaseTokenImplpublic void serialize(Serializer serializer, Writer writer) throws IOException
serialize in interface BaseTokenIOExceptionpublic boolean isBlank()
Copyright © 2006–2018. All rights reserved.