Home
last modified time | relevance | path

Searched refs:inlineContext (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/CommonMark/
H A DXrefParser.php56 * @param InlineParserContext $inlineContext
60 public function parse(InlineParserContext $inlineContext): bool argument
62 $cursor = $inlineContext->getCursor();
63 [$xref] = $inlineContext->getSubMatches();
67 $cursor->advanceBy($inlineContext->getFullMatchLength());
69 $inlineContext->getContainer()->appendChild(new XrefNode($record));