org.apache.maven.doxia.module.confluence.parser.list
Class ListBlockParser
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.list.ListBlockParser
- All Implemented Interfaces:
- BlockParser
public class ListBlockParser
- extends Object
- implements BlockParser
- Version:
- $Id: ListBlockParser.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 |
BULLETED_LIST
public static int BULLETED_LIST
NUMBERED_LIST
public static int NUMBERED_LIST
ListBlockParser
public ListBlockParser()
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-2010 Apache Software Foundation. All Rights Reserved.