MediaWiki master
MediaWiki\OutputTransform Namespace Reference

Namespaces

namespace  Hook
 
namespace  Stages
 

Classes

class  ContentDOMTransformStage
 OutputTransformStages that modify the content as a HTML DOM tree. More...
 
class  ContentHolderTransformStage
 OutputTransformStages that can modify the content either as a DOM tree or an HTML string. More...
 
class  ContentTextTransformStage
 OutputTransformStages that only modify the content. More...
 
class  DefaultOutputPipelineFactory
 This class contains the default output transformation pipeline factory for wikitext. More...
 
interface  DOMTransformStage
 DOMTransformStage is a simple marker interface to indicate a stage that primary performs transformations on the DOM form of the ParserOutput ContentHolder. More...
 
class  OutputTransformPipeline
 
class  OutputTransformStage
 Classes extending OutputTransformStage are typically added to a pipeline of transformations that transform a ParserOutput. More...
 
interface  TextTransformStage
 TextTransformStage is a simple marker interface to indicate a stage that primary performs transformations on the text ("html string") form of the ParserOutput ContentHolder. More...