RemexHtml
Fast HTML 5 parser
Loading...
Searching...
No Matches
Wikimedia\RemexHtml\HTMLData Class Reference

Public Attributes

const NS_HTML = 'http://www.w3.org/1999/xhtml'
 
const NS_MATHML = 'http://www.w3.org/1998/Math/MathML'
 
const NS_SVG = 'http://www.w3.org/2000/svg'
 
const NS_XLINK = 'http://www.w3.org/1999/xlink'
 
const NS_XML = 'http://www.w3.org/XML/1998/namespace'
 
const NS_XMLNS = 'http://www.w3.org/2000/xmlns/'
 

Static Public Attributes

static $special
 
static $namedEntityRegex
 
static $charRefRegex
 
static $namedEntityTranslations
 
static $legacyNumericEntities
 
static $quirkyPrefixRegex
 
static $nameStartCharConvTable
 
static $nameCharConvTable
 

Member Data Documentation

◆ $legacyNumericEntities

Wikimedia\RemexHtml\HTMLData::$legacyNumericEntities
static
Initial value:
= array(
0 => '�',
128 => '€',
130 => '‚',
131 => 'ƒ',
132 => '„',
133 => '…',
134 => '†',
135 => '‡',
136 => 'ˆ',
137 => '‰',
138 => 'Š',
139 => '‹',
140 => 'Œ',
142 => 'Ž',
145 => '‘',
146 => '’',
147 => '“',
148 => '”',
149 => '•',
150 => '–',
151 => '—',
152 => '˜',
153 => '™',
154 => 'š',
155 => '›',
156 => 'œ',
158 => 'ž',
159 => 'Ÿ',
)

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