org.apache.maven.doxia.module.confluence.parser
Class VerbatimBlockParser
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.VerbatimBlockParser
- All Implemented Interfaces:
- BlockParser
public class VerbatimBlockParser
- extends Object
- implements BlockParser
- Version:
- $Id: VerbatimBlockParser.java 519546 2007-03-18 05:07:43Z jvanzyl $
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerbatimBlockParser
public VerbatimBlockParser()
accept
public boolean accept(String line,
ByLineSource source)
- Specified by:
accept
in interface BlockParser
visit
public Block visit(String line,
ByLineSource source)
throws ParseException
- Specified by:
visit
in interface BlockParser
- Throws:
ParseException
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.