org.apache.maven.doxia.module.twiki.parser
Class HorizontalRuleBlock
java.lang.Object
org.apache.maven.doxia.module.twiki.parser.HorizontalRuleBlock
- All Implemented Interfaces:
- Block
public class HorizontalRuleBlock
- extends java.lang.Object
- implements Block
Represents an horizontal block
- Since:
- Nov 5, 2005
- Author:
- Juan F. Codagnone
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
HorizontalRuleBlock
public HorizontalRuleBlock()
traverse
public final void traverse(Sink sink)
- Description copied from interface:
Block
- Traverse the block
- Specified by:
traverse
in interface Block
- Parameters:
sink
- the sink that travers- See Also:
Block.traverse(org.apache.maven.doxia.sink.Sink)
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(Object)
hashCode
public final int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.