MediaWiki  1.29.1
ParserTestResultNormalizer Class Reference

Static Public Member Functions

static normalize ( $text, $funcs)
 

Public Attributes

 $invalid
 
 $xpath
 

Protected Member Functions

 __construct ( $text)
 
 removeTbody ()
 
 serialize ()
 Serialize the XML DOM for comparison purposes. More...
 
 trimWhitespace ()
 The point of this function is to produce a normalized DOM in which Tidy's output matches the output of html5depurate. More...
 

Protected Attributes

 $doc
 

Detailed Description

Definition at line 7 of file ParserTestResultNormalizer.php.

Constructor & Destructor Documentation

◆ __construct()

ParserTestResultNormalizer::__construct (   $text)
protected

Definition at line 21 of file ParserTestResultNormalizer.php.

Member Function Documentation

◆ normalize()

static ParserTestResultNormalizer::normalize (   $text,
  $funcs 
)
static

Definition at line 10 of file ParserTestResultNormalizer.php.

References as.

◆ removeTbody()

ParserTestResultNormalizer::removeTbody ( )
protected

Definition at line 37 of file ParserTestResultNormalizer.php.

References as.

◆ serialize()

ParserTestResultNormalizer::serialize ( )
protected

Serialize the XML DOM for comparison purposes.

This does not generate HTML.

Definition at line 82 of file ParserTestResultNormalizer.php.

◆ trimWhitespace()

ParserTestResultNormalizer::trimWhitespace ( )
protected

The point of this function is to produce a normalized DOM in which Tidy's output matches the output of html5depurate.

Tidy both trims and pretty-prints, so this requires fairly aggressive treatment.

In particular, note that Tidy converts

x

to

\nx\n

, which theoretically affects display since the second line break is not ignored by compliant HTML parsers.

This function also removes empty elements, as does Tidy.

Definition at line 59 of file ParserTestResultNormalizer.php.

References as.

Member Data Documentation

◆ $doc

ParserTestResultNormalizer::$doc
protected

Definition at line 8 of file ParserTestResultNormalizer.php.

◆ $invalid

ParserTestResultNormalizer::$invalid

Definition at line 8 of file ParserTestResultNormalizer.php.

◆ $xpath

ParserTestResultNormalizer::$xpath

Definition at line 8 of file ParserTestResultNormalizer.php.


The documentation for this class was generated from the following file: