Lines Matching refs:FetcherMarkup
41 class FetcherMarkup extends IFetcherAbs implements IFetcherSource, IFetcherString class
90 …* @var FetcherMarkup - the parent (a instructions run may run inside a path run, ie {@link \syntax…
92 public FetcherMarkup $parentMarkupHandler;
162 * @return FetcherMarkup
165 … createXhtmlMarkupFetcherFromPath(Path $executingPath, WikiPath $contextPath = null): FetcherMarkup
177 return FetcherMarkup::confRoot()
195 …lic static function createStandaloneExecutionFromStringMarkupToXhtml(string $markup): FetcherMarkup
385 $depends['files'][] = FetcherMarkup::confRoot()
549 public function process(): FetcherMarkup
737 public function buildFromTagAttributes(TagAttributes $tagAttributes): FetcherMarkup
919 * @return FetcherMarkup
921 public function addSnippet(Snippet $snippet): FetcherMarkup
991 public function processIfNeeded(): FetcherMarkup
1022 $fetcherMarkupBuilder = FetcherMarkup::confChild();
1024 $fetcherMarkupBuilder = FetcherMarkup::confRoot();
1175 public function processMetadataIfNotYetDone(): FetcherMarkup
1363 public function processInstructions(): FetcherMarkup
1458 public function getParent(): FetcherMarkup
1472 * @return FetcherMarkup
1474 …NextIteratorInstructionsWithContext(array $requestedInstructions, array $row = null): FetcherMarkup