XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_ConfigSchema_Builder_Xml Class Reference
Inheritance diagram for HTMLPurifier_ConfigSchema_Builder_Xml:
Inheritance graph

Public Member Functions

 build ($interchange)
 
 buildDirective ($directive)
 

Protected Member Functions

 export ($var)
 
 writeHTMLDiv ($html)
 

Protected Attributes

 $interchange
 

Private Attributes

 $namespace
 

Detailed Description

Converts HTMLPurifier_ConfigSchema_Interchange to an XML format, which can be further processed to generate documentation.

Definition at line 7 of file Xml.php.

Member Function 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:

HTMLPurifier_ConfigSchema_Builder_Xml::export (   $var)
protected

Definition at line 24 of file Xml.php.

References $var.

Referenced by buildDirective().

Here is the caller graph for this function:

HTMLPurifier_ConfigSchema_Builder_Xml::writeHTMLDiv (   $html)
protected

Definition at line 13 of file Xml.php.

References $html, and HTMLPurifier\getInstance().

Referenced by buildDirective().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

HTMLPurifier_ConfigSchema_Builder_Xml::$interchange
protected

Definition at line 10 of file Xml.php.

Referenced by build().

HTMLPurifier_ConfigSchema_Builder_Xml::$namespace
private

Definition at line 11 of file Xml.php.


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