Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_Node_Element Class Reference
Inheritance diagram for HTMLPurifier_Node_Element:
HTMLPurifier_Node

Public Member Functions

 __construct ($name, $attr=array(), $line=null, $col=null, $armor=array())
 
 toTokenPair ()
 

Public Attributes

 $name
 
 $attr = array()
 
 $children = array()
 
 $empty = false
 
 $endCol = null
 
 $endLine = null
 
 $endArmor = array()
 
- Public Attributes inherited from HTMLPurifier_Node
 $line
 
 $col
 
 $armor = array()
 
 $dead = false
 

Detailed Description

Concrete element node class.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_Node_Element::__construct (   $name,
  $attr = array(),
  $line = null,
  $col = null,
  $armor = array() 
)

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

Member Function Documentation

◆ toTokenPair()

HTMLPurifier_Node_Element::toTokenPair ( )

Returns a pair of start and end tokens, where the end token is null if it is not necessary. Does not include children. @type array

Reimplemented from HTMLPurifier_Node.

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

Member Data Documentation

◆ $attr

HTMLPurifier_Node_Element::$attr = array()

Associative array of the node's attributes. @type array

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

◆ $children

HTMLPurifier_Node_Element::$children = array()

List of child elements. @type array

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

◆ $empty

HTMLPurifier_Node_Element::$empty = false

Does this use the form or the form, i.e. is it a pair of start/end tokens or an empty token. @bool

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

◆ $endArmor

HTMLPurifier_Node_Element::$endArmor = array()

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

◆ $endCol

HTMLPurifier_Node_Element::$endCol = null

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

◆ $endLine

HTMLPurifier_Node_Element::$endLine = null

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

◆ $name

HTMLPurifier_Node_Element::$name

The lower-case name of the tag, like 'a', 'b' or 'blockquote'.

Note
Strictly speaking, XML tags are case sensitive, so we shouldn't be lower-casing them, but these tokens cater to HTML tags, which are insensitive. @type string

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


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