MediaWiki master
MediaWiki\Parser Namespace Reference

Namespaces

namespace  Parsoid
 Copyright (C) 2011-2022 Wikimedia Foundation and others.
 

Classes

class  MagicWord
 This class encapsulates "magic words" such as "#redirect", NOTOC, etc. More...
 
class  MagicWordArray
 Class for handling an array of magic words. More...
 
class  MagicWordFactory
 Store information about magic words, and create/cache MagicWord objects. More...
 
class  Parser
 PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for making links), and provides a one-way transformation of that wiki markup it into (X)HTML output / markup (which in turn the browser understands, and can display). More...
 
class  ParserCacheFactory
 
class  ParserCacheFilter
 
interface  ParserCacheMetadata
 Read-only interface for metadata about a ParserCache entry. More...
 
class  ParserObserver
 
class  ParserOutput
 ParserOutput is a rendering of a Content object or a message. More...
 
class  ParserOutputFlags
 
class  ParserOutputStringSets
 
class  RemexRemoveTagHandler
 Helper class for Sanitizer::removeSomeTags(). More...
 
class  RemexStripTagHandler
 Helper class for Sanitizer::stripAllTags(). More...
 
class  RevisionOutputCache
 Cache for ParserOutput objects. More...
 
class  Sanitizer
 HTML sanitizer for MediaWiki. More...