Lines Matching refs:BlockquoteTag
45 case BlockquoteTag::TAG:
46 BlockquoteTag::renderExitXhtml($tagAttributes, $renderer, $data);
185 case BlockquoteTag::TAG:
186 $renderer->doc .= BlockquoteTag::renderEnterXhtml($tagAttributes, $data, $renderer);
304 case BlockquoteTag::TAG:
306 $defaultAttributes = array("type" => BlockquoteTag::CARD_TYPE);
307 $knownTypes = [BlockquoteTag::TYPO_TYPE, BlockquoteTag::CARD_TYPE];;
443 case BlockquoteTag::TAG:
444 $returnedArray = BlockquoteTag::handleEnter($handler);
572 case BlockquoteTag::TAG:
573 $returnedArray = BlockquoteTag::handleExit($handler);