HTMLPurifier 4.4.0
HTMLPurifier_ConfigSchema_Builder_Xml Class Reference

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

List of all members.

Public Member Functions

 build ($interchange)
 buildDirective ($directive)

Protected Member Functions

 writeHTMLDiv ($html)
 export ($var)

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().

HTMLPurifier_ConfigSchema_Builder_Xml::buildDirective ( directive)

Definition at line 48 of file Xml.php.

References export(), and writeHTMLDiv().

Referenced by build().

HTMLPurifier_ConfigSchema_Builder_Xml::export ( var) [protected]

Definition at line 24 of file Xml.php.

Referenced by buildDirective().

HTMLPurifier_ConfigSchema_Builder_Xml::writeHTMLDiv ( html) [protected]

Definition at line 13 of file Xml.php.

References $html, $purifier, and HTMLPurifier::getInstance().

Referenced by buildDirective().


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: