ILIAS
release_4-4 Revision
◀ 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
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
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
{
5
6
public
$name
=
'Tidy_XHTML'
;
7
public
$defaultLevel
=
'medium'
;
8
9
public
function
makeFixes
() {
10
$r
= array();
11
$r
[
'@lang'
] =
new
HTMLPurifier_AttrTransform_Lang
();
12
return
$r
;
13
}
14
15
}
16
17
// 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
Definition:
XHTML.php:7
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
Definition:
XHTML.php:6
HTMLPurifier_HTMLModule_Tidy_XHTML
Definition:
XHTML.php:3
HTMLPurifier_HTMLModule_Tidy_XHTML\makeFixes
makeFixes()
Definition:
XHTML.php:9
$r
$r
Definition:
shib_logout.php:151
Services
Html
HtmlPurifier
library
HTMLPurifier
HTMLModule
Tidy
XHTML.php
Generated on Mon Dec 21 2020 19:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)