13 $styleAttributeValue = strtolower($styleAttributeValue);
14 foreach ($styleList as
$style) {
15 if ($styleAttributeValue == strtolower($style)) {
16 $styleAttributeValue =
$style;
28 return ($simple === null)
static identifyFixedStyleValue(array $styleList, string &$styleAttributeValue)
static getAttributes(?SimpleXMLElement $simple, string $node)