|
ILIAS
Release_4_2_x_branch Revision 61807
|
Converts HTMLPurifier_ConfigSchema_Interchange to an XML format, which can be further processed to generate documentation. More...
Inheritance diagram for HTMLPurifier_ConfigSchema_Builder_Xml:
Collaboration diagram for HTMLPurifier_ConfigSchema_Builder_Xml:Public Member Functions | |
| build ($interchange) | |
| buildDirective ($directive) | |
Protected Member Functions | |
| writeHTMLDiv ($html) | |
| export ($var) | |
Protected Attributes | |
| $interchange | |
Private Attributes | |
| $namespace | |
Converts HTMLPurifier_ConfigSchema_Interchange to an XML format, which can be further processed to generate documentation.
| HTMLPurifier_ConfigSchema_Builder_Xml::build | ( | $interchange | ) |
Definition at line 29 of file Xml.php.
References $interchange, and buildDirective().
Here is the call graph for this function:| HTMLPurifier_ConfigSchema_Builder_Xml::buildDirective | ( | $directive | ) |
Definition at line 48 of file Xml.php.
References export(), and writeHTMLDiv().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 24 of file Xml.php.
Referenced by buildDirective().
Here is the caller graph for this function:
|
protected |
Definition at line 13 of file Xml.php.
References HTMLPurifier\getInstance().
Referenced by buildDirective().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |