public class VerbatimBlockParser extends Object implements BlockParser
VerbatimBlockParser class.
| Constructor and Description |
|---|
VerbatimBlockParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String line,
ByLineSource source)
accept.
|
Block |
visit(String line,
ByLineSource source)
visit.
|
public VerbatimBlockParser()
public boolean accept(String line, ByLineSource source)
accept in interface BlockParserline - the line.source - the source.public Block visit(String line, ByLineSource source) throws ParseException
visit in interface BlockParserline - the line.source - the source.ParseException - if any.Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.