java.lang.Object
org.apache.maven.doxia.module.confluence.parser.LinethroughBlock
- All Implemented Interfaces:
Block
public class LinethroughBlock
extends Object
implements Block
- Since:
- 1.4
-
-
Constructor Summary
Constructors
Constructor for LinethroughBlock.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
LinethroughBlock
public LinethroughBlock(String text)
Constructor for LinethroughBlock.
- Parameters:
text
- a String
object.
-
Method Details
-
traverse
public void traverse(Sink sink)
- Specified by:
traverse
in interface Block
- Parameters:
sink
- a Sink
object.