org.apache.maven.doxia.module.confluence.parser
Class VerbatimBlock

java.lang.Object
  extended byorg.apache.maven.doxia.module.confluence.parser.VerbatimBlock
All Implemented Interfaces:
Block

public class VerbatimBlock
extends Object
implements Block

Version:
$Id: VerbatimBlock.java 496703 2007-01-16 14:27:31Z vsiveton $
Author:
Jason van Zyl

Constructor Summary
VerbatimBlock(String text)
           
 
Method Summary
 void traverse(Sink sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerbatimBlock

public VerbatimBlock(String text)
Method Detail

traverse

public void traverse(Sink sink)
Specified by:
traverse in interface Block


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.