org.apache.maven.doxia.module.twiki.parser
public class TextBlock extends Object implements Block
Since: Nov 1, 2005
| Constructor Summary | |
|---|---|
| TextBlock(String text)
Creates the TextBlock.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| String | getText()
Returns the text.
|
| int | hashCode() |
| String | toString() |
| void | traverse(Sink sink) |
Parameters: text some text. can't ben null
Throws: IllegalArgumentException if parameters are not in the domain
See Also: Object#equals(Object)
Returns: String with the text.
See Also: Object#hashCode()
See Also: Object#toString()
See Also: traverse