Package org.commonmark.internal.inline
Class EntityInlineParser
java.lang.Object
org.commonmark.internal.inline.EntityInlineParser
- All Implemented Interfaces:
InlineContentParser
Attempts to parse a HTML entity or numeric character reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final AsciiMatcher
private static final AsciiMatcher
private static final AsciiMatcher
private static final AsciiMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ParsedInline
tryParse
(InlineParserState inlineParserState)
-
Field Details
-
hex
-
dec
-
entityStart
-
entityContinue
-
-
Constructor Details
-
EntityInlineParser
public EntityInlineParser()
-
-
Method Details
-
tryParse
- Specified by:
tryParse
in interfaceInlineContentParser
-
entity
-