public class HRuleBlockParser extends Object implements BlockParser
| Constructor and Description |
|---|
HRuleBlockParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String line)
accept.
|
Block |
visit(String line,
ByLineSource source)
visit.
|
public final boolean accept(String line)
accept.
accept in interface BlockParserline - text linetrue if this class can handle this linepublic final Block visit(String line, ByLineSource source) throws ParseException
visit.
visit in interface BlockParserline - a line of textsource - the source of linesParseException - on errorCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.