Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct ($data, $is_whitespace, $line=null, $col=null) | |
Constructor, accepts data and determines if it is whitespace. | |
toTokenPair () | |
Returns a pair of start and end tokens, where the end token is null if it is not necessary. | |
Public Attributes | |
$armor = array() | |
Lookup array of processing that this token is exempt from. | |
$col | |
Column number of the start token in the source document. | |
$data | |
@type string | |
$dead = false | |
When true, this node should be ignored as non-existent. | |
$is_whitespace | |
@type bool | |
$line | |
Line number of the start token in the source document @type int. | |
$name = '#PCDATA' | |
PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details. | |
HTMLPurifier_Node_Text::__construct | ( | $data, | |
$is_whitespace, | |||
$line = null, | |||
$col = null ) |
Constructor, accepts data and determines if it is whitespace.
string | $data | String parsed character data. |
int | $line | |
int | $col |
HTMLPurifier_Node_Text::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.
|
inherited |
Lookup array of processing that this token is exempt from.
Currently, valid values are "ValidateAttributes". @type array
|
inherited |
Column number of the start token in the source document.
Null if unknown. @type int
HTMLPurifier_Node_Text::$data |
@type string
Parsed character data of text.
|
inherited |
When true, this node should be ignored as non-existent.
Who is responsible for ignoring dead nodes? FixNesting is responsible for removing them before passing on to child validators.
HTMLPurifier_Node_Text::$is_whitespace |
@type bool
Bool indicating if node is whitespace.
HTMLPurifier_Node_Text::$name = '#PCDATA' |
PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.
@type string