Searched refs:xml_tag (Results 1 – 1 of 1) sorted by relevance
| /plugin/json/ |
| D | helper.php | 498 …* @param string $xml_tag If $element is NULL, then $tag, $attributes and $content are parsed. Othe… 512 … public function handle_element($element, $xml_tag=NULL, $xml_attributes=NULL, $xml_content=NULL) { argument 525 list( , $xml_tag, $xml_attributes, $xml_content) = array_pad($matches, 4, ''); 537 $data['tag'] = $xml_tag; 548 else if($xml_tag === '') {
|