ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
XHTML.php
Go to the documentation of this file.
1
<?php
2
3
class
HTMLPurifier_HTMLModule_Tidy_XHTML
extends
HTMLPurifier_HTMLModule_Tidy
4
{
8
public
$name
=
'Tidy_XHTML'
;
9
13
public
$defaultLevel
=
'medium'
;
14
18
public
function
makeFixes
()
19
{
20
$r
= array();
21
$r
[
'@lang'
] =
new
HTMLPurifier_AttrTransform_Lang
();
22
return
$r
;
23
}
24
}
25
26
// vim: et sw=4 sts=4
HTMLPurifier_AttrTransform_Lang
Post-transform that copies lang's value to xml:lang (and vice-versa)
Definition:
Lang.php:8
HTMLPurifier_HTMLModule_Tidy_XHTML\$defaultLevel
$defaultLevel
string
Definition:
XHTML.php:13
HTMLPurifier_HTMLModule_Tidy
Abstract class for a set of proprietary modules that clean up (tidy) poorly written HTML...
Definition:
Tidy.php:8
HTMLPurifier_HTMLModule_Tidy_XHTML\$name
$name
string
Definition:
XHTML.php:8
HTMLPurifier_HTMLModule_Tidy_XHTML
Definition:
XHTML.php:3
HTMLPurifier_HTMLModule_Tidy_XHTML\makeFixes
makeFixes()
Definition:
XHTML.php:18
$r
$r
Definition:
shib_logout.php:151
Services
Html
HtmlPurifier
library
HTMLPurifier
HTMLModule
Tidy
XHTML.php
Generated on Mon Mar 31 2025 19:00:46 for ILIAS by
1.8.13 (using
Doxyfile
)