Home
last modified time | relevance | path

Searched refs:toTokenPair (Results 1 – 6 of 6) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/
DFixNesting.php79 list($token, $d) = $node->toTokenPair();
132 list($token, $d) = $node->toTokenPair();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DNode.php46 abstract public function toTokenPair(); function in HTMLPurifier_Node
DArborize.php47 list($start, $end) = $node->toTokenPair();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/
DComment.php33 public function toTokenPair() { function in HTMLPurifier_Node_Comment
DText.php49 public function toTokenPair() { function in HTMLPurifier_Node_Text
DElement.php47 public function toTokenPair() { function in HTMLPurifier_Node_Element