Home
last modified time | relevance | path

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

/plugin/json/
Dhelper.php499 * @param string $xml_attributes same as $xml_tag
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, '');
529 if($xml_attributes !== '') {
530 $xml_attributes = helper_plugin_json::preprocess($xml_attributes);
538 if($xml_attributes !== '') {
539 $ret = helper_plugin_json::parse_key_val($xml_attributes);