HTMLPurifier 4.4.0
HTMLPurifier_ChildDef Class Reference

Defines allowed child nodes and validates tokens against it. More...

Inheritance diagram for HTMLPurifier_ChildDef:
HTMLPurifier_ChildDef_Chameleon HTMLPurifier_ChildDef_Chameleon HTMLPurifier_ChildDef_Custom HTMLPurifier_ChildDef_Custom HTMLPurifier_ChildDef_Empty HTMLPurifier_ChildDef_Empty HTMLPurifier_ChildDef_List HTMLPurifier_ChildDef_List HTMLPurifier_ChildDef_Required HTMLPurifier_ChildDef_Required HTMLPurifier_ChildDef_Table HTMLPurifier_ChildDef_Table

List of all members.

Public Member Functions

 getAllowedElements ($config)
 Get lookup of tag names that should not close this element automatically.
 validateChildren ($tokens_of_children, $config, $context)
 Validates nodes according to definition and returns modification.
 getAllowedElements ($config)
 Get lookup of tag names that should not close this element automatically.
 validateChildren ($tokens_of_children, $config, $context)
 Validates nodes according to definition and returns modification.

Public Attributes

 $type
 Type of child definition, usually right-most part of class name lowercase.
 $allow_empty
 Bool that indicates whether or not an empty array of children is okay.
 $elements = array()
 Lookup array of all elements that this definition could possibly allow.

Detailed Description

Defines allowed child nodes and validates tokens against it.

Definition at line 6 of file ChildDef.php.


Member Function Documentation

HTMLPurifier_ChildDef::getAllowedElements ( config)

Get lookup of tag names that should not close this element automatically.

All other elements will do so.

Reimplemented in HTMLPurifier_ChildDef_StrictBlockquote, and HTMLPurifier_ChildDef_StrictBlockquote.

Definition at line 31 of file ChildDef.php.

HTMLPurifier_ChildDef::getAllowedElements ( config)

Get lookup of tag names that should not close this element automatically.

All other elements will do so.

Reimplemented in HTMLPurifier_ChildDef_StrictBlockquote, and HTMLPurifier_ChildDef_StrictBlockquote.

Definition at line 1334 of file HTMLPurifier.standalone.php.

HTMLPurifier_ChildDef::validateChildren ( tokens_of_children,
config,
context 
) [abstract]
HTMLPurifier_ChildDef::validateChildren ( tokens_of_children,
config,
context 
) [abstract]

Member Data Documentation

HTMLPurifier_ChildDef::$allow_empty

Bool that indicates whether or not an empty array of children is okay.

This is necessary for redundant checking when changes affecting a child node may cause a parent node to now be disallowed.

Reimplemented in HTMLPurifier_ChildDef_Custom, HTMLPurifier_ChildDef_Empty, HTMLPurifier_ChildDef_Optional, HTMLPurifier_ChildDef_Required, HTMLPurifier_ChildDef_StrictBlockquote, and HTMLPurifier_ChildDef_Table.

Definition at line 20 of file ChildDef.php.

HTMLPurifier_ChildDef::$elements = array()

Lookup array of all elements that this definition could possibly allow.

Reimplemented in HTMLPurifier_ChildDef_List, HTMLPurifier_ChildDef_Required, and HTMLPurifier_ChildDef_Table.

Definition at line 25 of file ChildDef.php.

HTMLPurifier_ChildDef::$type

Type of child definition, usually right-most part of class name lowercase.

Used occasionally in terms of context.

Reimplemented in HTMLPurifier_ChildDef_Chameleon, HTMLPurifier_ChildDef_Custom, HTMLPurifier_ChildDef_Empty, HTMLPurifier_ChildDef_List, HTMLPurifier_ChildDef_Optional, HTMLPurifier_ChildDef_Required, HTMLPurifier_ChildDef_StrictBlockquote, and HTMLPurifier_ChildDef_Table.

Definition at line 12 of file ChildDef.php.


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