Modifier and Type | Class and Description |
---|---|
public static class |
Modifier and Type | Field and Description |
---|---|
private static final String | |
private static final String | |
private static final String | |
private static final String | |
private final HtmlBlock | |
private static final Pattern[][] | |
private static final String | |
private final Pattern | |
private BlockContent | |
private static final String | |
private boolean | |
private static final String | |
private static final String | |
private static final String | |
private static final String |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public void | addLine(SourceLine line)
Overrides jdk. Implements jdk. Add the part of a line that belongs to this block parser to parse (i.e. without any container block markers). |
public void | |
public Block | |
public BlockContinue |
ATTRIBUTE | back to summary |
---|---|
private static final String ATTRIBUTE |
ATTRIBUTENAME | back to summary |
---|---|
private static final String ATTRIBUTENAME |
ATTRIBUTEVALUE | back to summary |
---|---|
private static final String ATTRIBUTEVALUE |
ATTRIBUTEVALUESPEC | back to summary |
---|---|
private static final String ATTRIBUTEVALUESPEC |
block | back to summary |
---|---|
private final HtmlBlock block |
BLOCK_PATTERNS | back to summary |
---|---|
private static final Pattern[][] BLOCK_PATTERNS |
CLOSETAG | back to summary |
---|---|
private static final String CLOSETAG |
closingPattern | back to summary |
---|---|
private final Pattern closingPattern |
content | back to summary |
---|---|
private BlockContent content |
DOUBLEQUOTEDVALUE | back to summary |
---|---|
private static final String DOUBLEQUOTEDVALUE |
finished | back to summary |
---|---|
private boolean finished |
OPENTAG | back to summary |
---|---|
private static final String OPENTAG |
SINGLEQUOTEDVALUE | back to summary |
---|---|
private static final String SINGLEQUOTEDVALUE |
TAGNAME | back to summary |
---|---|
private static final String TAGNAME |
UNQUOTEDVALUE | back to summary |
---|---|
private static final String UNQUOTEDVALUE |
HtmlBlockParser | back to summary |
---|---|
private HtmlBlockParser(Pattern closingPattern) |
addLine | back to summary |
---|---|
public void addLine(SourceLine line) Overrides jdk. Implements jdk. Doc from jdk. Add the part of a line that belongs to this block parser to parse (i.e. without any container block markers).
Note that the line will only include a
|
closeBlock | back to summary |
---|---|
public void closeBlock() Overrides jdk. Implements jdk.
|
getBlock | back to summary |
---|---|
public Block getBlock() Implements jdk.
|
tryContinue | back to summary |
---|---|
public BlockContinue tryContinue(ParserState state) Implements jdk.
|
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public BlockStart | tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
Implements jdk.
|
Factory | back to summary |
---|---|
public Factory() |
tryStart | back to summary |
---|---|
public BlockStart tryStart(ParserState state, MatchedBlockParser matchedBlockParser) Implements jdk.
|