55 return array($start, $end);
Concrete element node class.
toTokenPair()
Returns a pair of start and end tokens, where the end token is null if it is not necessary.
__construct($name, $attr=array(), $line=null, $col=null, $armor=array())
$name
The lower-case name of the tag, like 'a', 'b' or 'blockquote'.
$children
List of child elements.
$attr
Associative array of the node's attributes.
$empty
Does this use the form or the form, i.e.
Abstract base node class that all others inherit from.
$armor
Lookup array of processing that this token is exempt from.
$line
Line number of the start token in the source document @type int.
$col
Column number of the start token in the source document.
Concrete empty token class.
Concrete end token class.
Concrete start token class.