$prop_obj =
$this->
parseProperty($o,
$prop,
$var);
$rep->contents
[] =
$prop_obj;
if ('childNodes' ===
$prop) { $childNodes =
$prop_obj->
getRepresentation('iterator'
);
} elseif ('attributes' ===
$prop) { $attributes =
$prop_obj->
getRepresentation('iterator'
);
} } if (!self::
$verbose) { $o->
removeRepresentation('methods'
);
$o->
removeRepresentation('properties'
);
} // Attributes and comments and text nodes don't
// need children or attributes of their own
if (\
in_array($o->classname,
['DOMAttr', 'DOMText', 'DOMComment'
], true
)) { $o = self::
textualNodeToString($o);
return;
}